There is no such ting as a dumb question mate :) Being in Java EE perspective I right click on the project and then Debug As >> Web Application. This gives me a browser (jetty) window from witch I need to click a button which starts the method I'm trying to debug. I also tried to open the Debug perspective and go to Run >> Debug (Debug as = none applicable) with exactly the same effect. The application just doesn't stop on the breakpoints.
Regards Peter Keith Whittingham wrote: > Dumb question but did you start your app by running it or in debug mode? > ______________________________ > Keith Whittingham > Eichstrasse 3, CH-8135, Langnau am Albis > http://www.whittingham.ch > [email protected] > (M) +41 79 820 6216 > > > > > On Jun 9, 2009, at 1:54 PM, Peter Kirklewski wrote: > > >> Hi there >> >> I created some breakpoints and am trying to run a debug but nothing >> happens. >> The program ends and eclipse doesnt switch to debug mode or stop on >> the >> brakpoints. >> I have put the breakpoint on this line: System.out.println("RUNNING >> PSQLConnection()"); >> And I get the message in the console but the debuger doesn't stop the >> application. >> >> What am I dooing wrong please ? >> >> Best regards >> >> Peter >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
