Discussion:
Does VC debugger support scripting?
(too old to reply)
l***@hotmail.com
2007-05-29 16:46:34 UTC
Permalink
Hi,
I think the answer is no, VC debugger does not support scripting
debug, meaning I write up some debug command into a script file and
use the file to drive the debugger.

But just ask to confirm.

Thanks.
Oleg Starodumov
2007-05-30 14:03:00 UTC
Permalink
Post by l***@hotmail.com
I think the answer is no, VC debugger does not support scripting
debug, meaning I write up some debug command into a script file and
use the file to drive the debugger.
Visual Studio offers an extensibility interface, which allows to control it
(including the debugger) from macros, addins, etc.

http://msdn2.microsoft.com/en-us/library/aa291845(VS.71).aspx
http://msdn2.microsoft.com/en-us/library/8h31zbch(VS.71).aspx
--
Oleg
[VC++ MVP http://www.debuginfo.com/]
Loading...