Debug sub stack list

mjcoon

Well-Known Member
Licensed User
When a debug session stops at a breakpoint it would be useful to examine the list of Subs on the stack. (As in some other IDEs.)

Also after stopping at a breakpoint and navigating to some other part of the code, perhaps in a different module, it wouild be useful to have a menu/shortcut to return to the current statement being executed. (Doing F8/Step would display the next statement, but that might be in a different Sub!)

Mike.
 
Top