CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: JIT Debugger

  1. #1
    Join Date
    Jan 2003
    Location
    España
    Posts
    24

    JIT Debugger

    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.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890

    Smile

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured