Activity overview
Latest activity by adp
Hi Jessica, The RibbonForm1.cs is an original source file, not a decompiled one. Thanks
/ comments
Hi Jessica,The RibbonForm1.cs is an original source file, not a decompiled one.Thanks
Hi Jessica, Thanks for your reply! 3. It might takes me to one of the top methods (not the top most one) in the branch where a call to the SQL was made, but since it focuses a method with many branches underneath it, It was hard locate it myself (due to the fact that I couldn't expand all insignificant methods at once [image] ) 4. I have attached an executable to demonstrate it. Just open it, and focus on the constructor of RibbonForm1. On my PC it focuses on this line of code:
private System.ComponentModel.IContainer components = null;which originally sits on the RibbonForm1.designer.cs, while the constructor sits on the RibbonForm1.cs
Thanks! / comments
Hi Jessica,Thanks for your reply!3. It might takes me to one of the top methods (not the top most one) in the branch where a call to the SQL was made, but since it focuses a method with many branch...
Some missed/misbehave functionalities
Hi,I have some requests about functionalities that seems to be missing from the GUI, or not working properly:1. Please allow to create a call graph for a 'JIT overhead' node. There's no button for ...