You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openlega...@googlegroups.com
Hi,
I cannot debug Java code in Eclipse. Program never hits my breakpoint even if it should. Is there some settings that should be made to enable debugging?
-Teemu
Roi Mor
unread,
Feb 10, 2015, 1:10:54 PM2/10/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openlega...@googlegroups.com
There is no special settings to debug your code.
You should execute run-application via debug as -> run-application.
Make sure the break points are shown in breakpoints view, and that the code is opened in Java editor and not screen editor.