Sunday, July 31, 2016

Debug Next - User for Debugging Web Client Session, Mobile Session, Web Service Session

Hello Friends,

From NAV 2013 version we can debug any kind of session using the debugger.

"Debug Next" can use for debug following session:
  1. Windows Session
  2. Web Service Session
  3. Web Client Session
  4. Mobile Session
  5. Table Session
Let’s get to it!

First, for all of you that don’t know how to launch the debugger, you need to do this by going to the development environment and go to Tools>Debugger>Debug Session…

This will open up a screen similar to this:












Before open "Debug Next" window first put the break point in your code which is going to execute.




















Click on "Debug Next" button (it is doesn't matter that which session are showing in session list because Debug Next is not depend on the session line showing on your page. It will debug next immediate session which are going to hit that debug point )

Wait for web service/mobile session call to execute that code.

System will execute debugger point in Debug Next window.






















I hope it will help you in future.
Keep Sharing ... Keep Growing....

No comments:

Post a Comment