I want to activate the JIT debugger in VS.NET but I don't know how. I've read some help about this but it was impossible for me. So I want your help. Please, show me the steps to activate JIT debugger.
Thanks a lot.
Printable View
I want to activate the JIT debugger in VS.NET but I don't know how. I've read some help about this but it was impossible for me. So I want your help. Please, show me the steps to activate JIT debugger.
Thanks a lot.
do to
Tools menu and select
"Debug Processes" or do
Ctrl+Alt+P
you select particular process and attach it that's how the debugger is activated.
Paresh ;)