• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JSP Debug help required

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
In WSAD 5.1.0 I get this error every once in a while when I try to put a break point in a jsp file within a scriplet. The dialog box with error says," Attempting to install a break point in the type org.apache.jsp._Myjspfile that has no line number information. The break point cannot be installed. Class files must be generated with the line number attributes. Reason absent line number information".
I say OK and it comes again a few times and then disappears. But i see a blue circle indicating that the breakpoint was indeed installed. This is not consistent but is very annoying because you cant do anything until the dialog box is not gone.

Any help is appreciated.

Thanks,
Martin
 
Sheriff
Posts: 3065
12
Mac IntelliJ IDE Python VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I just tried putting breakpoints in scriptlets and had no trouble. Then again, I'm using WSAD 5.1.2, and also you said the problem was intermittent. You might check the bug trackers to see if anyone else has faced this problem, and if it is now fixed. Otherwise, post the bug yourself.
 
I knew that guy would be trouble! Thanks tiny ad!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic