NeedForTrade Documentation

Starting Debugger

To debug analysis technique Microsoft CLR Debugger must be installed in your system. See Installing Debugger.

 

To start debugger:

  1. Click on Microsoft Windows Start button.
  2. Select All Programs->Microsoft .NET Framework SDK v2.0->Tools->Microsoft CLR Debugger menu item.
  3. Microsoft CLR Debugger will appear on the screen:

 

To attach debugger to NeedForTrade Studio:

  1. Select Tools->Attach to Process... from Microsoft CLR Debugger main menu, or press Ctrl-Alt-P. Attach to process dialog will appear on the screen:
  2. Scroll Available Processes list to find NeedForTradeStartup.exe process and select it, as shown on the picture above.

    To speed up this operation you can click somewhere in the Available Processes list and press N key - and you will be moved to the first process which name is started with the N char.
  3. Click Attach button.
  4. Now you are ready to debug analysis techniques.

 

It's highly reccommended to perform initial exception handling setup if you haven't done that before.

 

See also Debugging Analysis Techniques.