Examining the application

Once your integrating application has stopped at a breakpoint, you can use Visual Studio's tools to examine your code. Do the following:

  1. Switch to Microsoft Dynamics GP.

  2. Perform the actions to exercise your code.

    Within Microsoft Dynamics GP, perform the actions that will execute the code you want to examine.

  3. Examine your code.

    When Visual Studio encounters a breakpoint, it will become the active application. Use the tools within Visual Studio to examine your code.

    Cc543596.VSTDGP_BreakpointStop(en-us,MSDN.10).gif

  4. Finish debugging.

    When you have finished debugging your integrating application, choose Stop Debugging from the Debug menu in Visual Studio.