focht
February 28th, 2004, 01:21
Greetings,
i'd like to see the ability to detach from debuggee (without exiting it of course).
Windows XP natively implements it and the VS.NET debugger uses it. Its quite handy feature.
Maybe ollydbg can implement it for xp+ based target systems.
I dont care about win9X (well for win2k i might be missing this one).
The menu command should be made only available when running on xp+ based systems.
The relevant API is in kernel32.dll:
"DebugSetProcessKillOnExit"
"DebugActiveProcessStop"
Of course it could be implemented in plugin but it might mess around with ollydbg's main debugger loop itself bring it into unstable state.
Regards,
A. Focht
i'd like to see the ability to detach from debuggee (without exiting it of course).
Windows XP natively implements it and the VS.NET debugger uses it. Its quite handy feature.
Maybe ollydbg can implement it for xp+ based target systems.
I dont care about win9X (well for win2k i might be missing this one).
The menu command should be made only available when running on xp+ based systems.
The relevant API is in kernel32.dll:
"DebugSetProcessKillOnExit"
"DebugActiveProcessStop"
Of course it could be implemented in plugin but it might mess around with ollydbg's main debugger loop itself bring it into unstable state.
Regards,
A. Focht