- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using the Call graph, I am not able to see the functions that I am executingfrom theGUI ofmy software. It shows me main(), and then goes to Fl:wait. How do I go to the function I execute by clicking on the GUI after Fl:wait.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found the path to my internal functions through Fl:wait->dispatchmessageA->WndProc->Flhandle->Flwidgetdocallback.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
My comments are:
1. Ensure if your interest of function is "inline", "inline" function willnot be shown in report.
2. Ensure if your interest of function isexecuted,not executed function will notbe reported.
3.Mybe your interest of function ran shortly.It will not be shown because it is not in Top N. Please change "Auto" to "All" in "Show top" list then click "Recalculate" button.
Hope it helps.
Regards, Peter
My comments are:
1. Ensure if your interest of function is "inline", "inline" function willnot be shown in report.
2. Ensure if your interest of function isexecuted,not executed function will notbe reported.
3.Mybe your interest of function ran shortly.It will not be shown because it is not in Top N. Please change "Auto" to "All" in "Show top" list then click "Recalculate" button.
Hope it helps.
Regards, Peter
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page