We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setState
this.remote
update()
added
removed
remaining
KeyedComponentSet
_getNestedAncestors
v4292
c1373
x
await x
await
async
async/basic1.js
main
sequelize#2
sequelize.js:613
follow
result2
index.tsx
Root Promise
TraceDetails
Async
await2.js
GlobalView
Errors
HoleNode
HoleNodes
await sleep
visited
executeSql()
Await
val
detail
express#1
active
BaseTreeViewNodeProvider.refresh
focus*
focusOnSearchResult
if (!this.treeView.visible) { return; }
viewContainer/title
class A { f(x) {} }; new A().f(1);
DataFlow View
map
filter
some
json-parse1.js
Value
Access
DataNodes
ValueCollection
dataNodeCollection.createRefDataNode(value, parentNodeId, propValue, refId)
_serialize
buildDataNodes
getValueId
The text was updated successfully, but these errors were encountered:
hackfixing initial DataFlow node #702
d6f5fc4
Treeview
CallGraph
traceAtCursor
MiccWan
No branches or pull requests
TODO
setState
to send render data to client. Refrain from directly calling client code remotely.this.remote
calls.update()
use the "delta update" approachadded
,removed
,remaining
, and handle them correspondinglyKeyedComponentSet
. Try to re-use that.Done
Misc
_getNestedAncestors
is incorrectv4292
at rootIdc1373
x
inawait x
, it will not let user selectx
, but always selectsawait x
insteadawait
of anyasync
functionasync/basic1.js
→ try selecting RHS of firstawait
ofmain
sequelize#2
→sequelize.js:613
→ try selecting RHS of theawait
follow
moderesult2
inindex.tsx
async
functions don't haveRoot Promise
setTraceDetails
→Async
→Root Promise
await2.js
GlobalView
→Errors
are not sorted by timestampHoleNode
root extension does not work. Sometimes, it would produce multiple siblingHoleNodes
.await sleep
s (causing many CGRs)_getNestedAncestors
visited
set to avoid inf loop, in case promises chain back on themselves.ACS
sequelize#2
executeSql()
is displayed as a CGR but it is not a CGR.await
(as caller), make sure it jumps to the correct place:Await
context location of thatawait
(which is located right behind the await)ACG
val
button does not work if: (1) first select a trace, (2) then enableval
detail
modeCG Filtering
HoleNodes
are gone.express#1
, it shows everything by defaultactive
iff the filter is activeOther
BaseTreeViewNodeProvider.refresh
and anyfocus*
methods (e.g.focusOnSearchResult
):if (!this.treeView.visible) { return; }
at the beginning?viewContainer/title
, and/or can they be always visible?Search
Data Flow
x
inclass A { f(x) {} }; new A().f(1);
: inDataFlow View
, it renders the entire classmap
,filter
,some
etc.)json-parse1.js
Value
andAccess
modesDataNodes
inValueCollection
dataNodeCollection.createRefDataNode(value, parentNodeId, propValue, refId)
from_serialize
buildDataNodes
orgetValueId
insteadThe text was updated successfully, but these errors were encountered: