> > If you are stuck with a tricky error you could temporarily import the > project into netbeans and debug it. NB6 jsp debugging works out the > box. > Brian
AMEN! I'm doing a web application on NB6 Beta 1 and the debugging is sweet, right out of the box. Vusi. On 10/15/07, Carl Woermann <[EMAIL PROTECTED]> wrote: > > > > Hi Mark > > > > Couple of things to check: > > > > are you running the server in debug mode from within Eclipse? > > > > as far as i know - while debugging jsp's seems possible in Myeclipse > > its not supported in plain eclipse - the jsp file is compiled into a > > servlet and will appear as a .java file somewhere in your deploy > > directory (same name plus extensions - on some containers it seems to > > be in memory..), and you would have to somehow set the breakpoint in > > that. (copy the file and run as a servlet ?..) > > > > my 2 cents - good luck.. Carl > > > > On 10/12/07, Sparky <[EMAIL PROTECTED]> wrote: > > > > > > Hi there, > > > > > > I've created a web application in Eclipse Java EE version and set up a > > > breakpoint. I visit the page, but alas, the breakpoint is never hit. > > > Any ideas or URL's. > > > > > > Much appreciated, > > > > > > Mark > > > > > > > > > > > > > > > > > > > > > > > -- > Brian Silberbauer > Consultant > > +27 (0)83 566 2705 > skype: brian.silberbauer > http://www.linkedin.com/in/briansilberbauer > > > -- "I'll be more enthusiastic about encouraging thinking outside the box when there's evidence of any thinking going on inside it." - Terry Pratchett --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum For the ctjug home page see http://www.ctjug.org.za -~----------~----~----~----~------~----~------~--~---
