You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this project but i cannot get to render callgraph at any profile. My project is based on symfony so there is a lot of files. After about 2 minutes i get in console
dagre-d3.js:3371 Uncaught RangeError: Maximum call stack size exceeded
at Object.exports.min (dagre-d3.js:3371)
at run (dagre-d3.js:2141)
at dagre-d3.js:3462
at run (dagre-d3.js:1469)
at Object.run (dagre-d3.js:3462)
at runLayout (dagre-d3.js:266)
at Renderer.run (dagre-d3.js:200)
at Object.Xhgui.callgraph (callgraph.js:98)
at Object.success (callgraph?id=616e70f0d6d1313b647d2f12:175)
at fire (jquery.js:974)
Even profile of simple command as php bin/console gives empty page
I really appreciate any help
The text was updated successfully, but these errors were encountered:
Hi,
I really like this project but i cannot get to render callgraph at any profile. My project is based on symfony so there is a lot of files. After about 2 minutes i get in console
Even profile of simple command as
php bin/console
gives empty pageI really appreciate any help
The text was updated successfully, but these errors were encountered: