cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro Debuggerr question

Former Member
0 Kudos

Hi All,

When we do debugging for webdynpro, the debugging starts on your local file system and once all the execution of breakpoints done , it will be deployed to server OR the webdynpro first gets deployed to server and then debugger picks the execution and halts at breakpoints from the server.What is the order, whether it runs the deployed code in server or runs from local file system and at the end of execution it pushes or deployes to server.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you choose create and deploy check box in debug window then first the webdynpro application is deployed to the server and then the debugger stops at the first break point. If you had not selected create and deploy option then the debugger will run against the existing deployed application on server and stops at the first break point.

Answers (0)