1

How can I debug JSPs in my JSF1.6 application running on Weblogic 9 application server. Right now I am using NEtBEans editor to debug my Java classses and that works.

Radha
  • 121
  • 2
  • 13

1 Answers1

0

I Use Netbeans 7 and it allow debug the JSP files, obviously no html lines.

FxckDead
  • 408
  • 6
  • 16
  • How do you put breakppoints for JSps in Netbeans ? I am unable to place breakpoints in JSps – Radha Jul 15 '11 at 14:51
  • Just like any java file, but some times i need to re-compile the files in debug mode. http://imageshack.us/photo/my-images/819/examplecg.png/ – FxckDead Jul 15 '11 at 15:01