There was an error while loading. Please reload this page.
There are two methods for running DMZ in the Visual Studio debugger.
Most DMZ shell scripts will launch in the debugger if the environment variable DMZ_DEBUG is set to "true".
To set an environment variable in Bash running in Cygwin:
% export DMZ_DEBUG=true
To unset the variable:
% unset DMZ_DEBUG
To run an executable in the Visual Studio debugger from the command line run:
C:\Executable\Location> devenv.exe /debugexe Test.exe [parameters passed to Test.exe]