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).


Archived Forums V  >  Visual C# IDE



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

RFC_ERROR_SYSTEM_FAILURE with SAP ECC 6 Unicode

C# System.Data.Common DbCommand and getting Datasets from Oracle