cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Debug mode

Former Member
0 Kudos

Hi,

How will i know that my application is running in debug mode and how to come out of that. I want to run the application in normal webdynpro mode.

Regards,

Subbareddy.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi ,

if application is there in Debug mode then it will not run and u will not be able to see any output on the explorer screen.

for coming out from the debugging mode go to the server where u have created the application and remove the break point.

Former Member
0 Kudos
siddharth_jain
Active Contributor
0 Kudos

Hi,

Go to debug perspective of NWDS,Check for any active running Debug thread associated with the WD application.

Terminate and remove that thread.

Siddharth

Former Member
0 Kudos

Hi,

Terminate debugging:

1. In the Debug View, call the context menu for the top node

2. In the context menu that appears, choose Disconnect.

Refer to the following link for debugging:

http://help.sap.com/saphelp_nw04/helpdata/en/c0/ef07876f9ef0479194965520f87837/frameset.htm

former_member192434
Active Contributor
0 Kudos

hi

Check your server debugg mode is on or not

if it off then your application running in normal mode

if it on then application running in debugg mode

Thanks