cancel
Showing results for 
Search instead for 
Did you mean: 

Debuging in CE 7.1

Former Member
0 Kudos

Hi,

I've switched debuging on , on the remote CE 7.1 server and deployed a simple web application (servlet that calls a web service) on it.

when I try to debug the application, I choose SAP Launch and follow this procedure but no debugging session starts.

http://help.sap.com/saphelp_nwce10/helpdata/en/46/c3c15a77bd0e5be10000000a1553f7/frameset.htm

I see that the application is called in the web browser within Netweaver dev studio (CE) but my breakpoint is never reached.

I know it should reach the breakpoint because I print stuff before and after it back to the output stream.

Any ideas on this ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185086
Active Contributor
0 Kudos

Hi

You have to do debug configuration.

[Have a look on this article.|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e071bba3-6e8c-2b10-aa9a-81123eec11cf&overridelayout=true] and this [Thread|;

Best Regards

Satish Kumar

Former Member
0 Kudos

The configuration you sent is regarding setting the server in debug mode and creating a configuration for web dynpro application.

In my case , its a regular J2EE application.

Former Member
0 Kudos

By the way,

I always get a message asking if I want to switch the server in debug mode in NWDS . However , when I look in netweaver administrator server0 is in debug.

In netweaver admin I have

Debugproxy disabled

icm disabled

server0 Switched on (55555)

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

I managed to debug but using remote application configuration.