Hi all,
We have a custom debug engine and we would like to handle the case where the user starts the debugger with F10/F11 (Step) instead of F5 (Start).
We tought we would see the _VSDBGLAUNCHFLAGS2.DBGLAUNCH_StopAtEntryPoint flag set in the DebugLaunch(uint grfLaunch) but the parameter is always 0.
How can we distinguish between F10/F11 and F5?
Thanks,
-Martin