View Single Post
Old 06-12-2008, 05:56 AM   #19
pa4o85
Thumbs Must Hurt
 
Join Date: May 2007
Location: Bulgaria
Model: none
PIN: N/A
Carrier: Mtel
Posts: 150
Default

I have a problem that still can not solve. I have a project in Eclipse, build it, start it on the simulator. But when I want to debug the application, I have some problem. I made the same steps as typed in the .pdf file, but when I am trying to debug through JDWP using Eclipse I put some breakpoints, started the simulator but the application I want to open, is not opening, but the simulator is launched. When I go to the application by myself and open it, it is working, but the breakpoints are not working, the application is not stopping where the breakpoints are set. System.out.println() is working but it is better to debug in the ordinary way with breakpoints and to see the values of the properties and arguments in the application. Is there anyone that knows where is the problem? Thanks !
Offline   Reply With Quote