cancel
Showing results for 
Search instead for 
Did you mean: 

B2B/B2C JSP Debugging

Former Member
0 Kudos

Hi Gurus,

I have an important question....

Can I do a debugging on a JSP file in e-commerce project?

Than yes how to?

Thanks

Nicola Bisinella

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Sure you can. Some settings needed

Prerequisites:

Following properties are set to true on the J2EE Engine's WebContainerService.

u2022 EclipseJspDebugSupport = true

u2022 CompilerDebuggingInfo = true

Setting Breakpoints

1. Open the JSP file in the Java perspective, J2EE perspective or Debug perspective.

2. In the JSP editor, choose the Source tab.

3. Position the mouse cursor on the vertical ruler (left hand edge of the editor) where the breakpoint is to be added.

4. Choose Add Breakpoint from the context menu.

Pradeep

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hello Nicola,

Please refer the below two OSS notes

Note 1455595 - Setting up and running Java debugging for IPC application

Note 1154496 - Setting up and running Java debugging

Thanks and Regards

shanto aloor