How to invoke VS Debugger on C# program from command line (devenv.exe usage?)
how 1 invoke visual studio debugger command prompt on c# application has been built in visual studio 2010 debug - without first loading project in visual studio?
some internet forums claim can done vc++ not vb.net or c#.
hi hhinman2,
try using system.diagnostics.debugger.launch in application's entry point (eg. main).
try using system.diagnostics.debugger.launch in application's entry point (eg. main).
Archived Forums V > Visual C# IDE
Comments
Post a Comment