I recently inherited the VB6 project. This is quite active, and my problem is that many functions call this centralized function. The point is, when I am, I get a ton of different places in the project that make this call. Is there a way to see in debug mode what function is called a function that has a breakpoint?
For example: funcA calls funcZ funcB calls funcZ funcC calls funcZ it continues and continues ...
If I put a breakpoint on funcZ, anyway, in VB6, can I see which function is called funcZ (A, B or C in my example)?
Just wondering...
source
share