Discussion:
Debugging ala the old 16-bit debug
(too old to reply)
pi
2008-07-18 14:18:38 UTC
Permalink
I'm testing a 32-bitexecutable module that is launched from another
executable. I have the module's entry point, and would like to invoke it by
passing control to that entry point like one used to do with debug.com.

Is there a way with the current debuggers to do that, and how likely is it
to be representative of the actual launch if the module is a combination of
C, C++, WinAPI, and .NET code?
John Dallman
2008-07-19 17:04:00 UTC
Permalink
Post by pi
I have the module's entry point, and would like to invoke it by
passing control to that entry point like one used to do with debug.com.
What are you expecting to gain from this?
--
John Dallman ***@cix.co.uk
"C++ - the FORTRAN of the early 21st century."
Loading...