Results 1 to 9 of 9
Thread: Unable to debug due to error
- 07-03-2012, 12:20 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 71
- Rep Power
- 0
- 07-03-2012, 06:35 PM #2
Santosha Epili
- Join Date
- Jul 2012
- Posts
- 5
- Rep Power
- 0
Re: Unable to debug due to error
need more information on it
- 07-03-2012, 10:48 PM #3
Member
- Join Date
- Mar 2012
- Posts
- 71
- Rep Power
- 0
- 07-04-2012, 09:21 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,446
- Rep Power
- 16
Re: Unable to debug due to error
What sort of application are you trying to debug?
Please do not ask for code as refusal often offends.
- 07-06-2012, 01:38 PM #5
Member
- Join Date
- Mar 2012
- Posts
- 71
- Rep Power
- 0
Re: Unable to debug due to error
I would call it an application, it's just a few lines of code really.
I have a breakpoint on line 12, but the problem remains with or without the breakpoint.Java Code:import java.net.URI; import java.net.URISyntaxException; public class Main { public static void main(String[] args) { try { URI uri = new URI("http:\\somecompany.com"); } catch (URISyntaxException e) { e.printStackTrace(); } System.out.println("I'm alive!"); } }
Do you have any ideas?
- 07-06-2012, 02:25 PM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,446
- Rep Power
- 16
Re: Unable to debug due to error
What version of Java?
Is it the one coming with Juno or a "normal" one?Please do not ask for code as refusal often offends.
- 07-06-2012, 09:51 PM #7
Member
- Join Date
- Mar 2012
- Posts
- 71
- Rep Power
- 0
- 07-07-2012, 10:54 AM #8
Member
- Join Date
- Mar 2012
- Posts
- 71
- Rep Power
- 0
- 07-09-2012, 10:37 AM #9
Moderator
- Join Date
- Apr 2009
- Posts
- 10,446
- Rep Power
- 16
Re: Unable to debug due to error
All I can suggest is to look in the Eclipse forums and se if there's something similar.
If it was an external app (say a Tomcat webapp) I would have suggested a possible firewall or networking issue, but since it's an app running in Eclipse that's unlikely.Please do not ask for code as refusal often offends.
Similar Threads
-
[Netbeans] - Error Debug
By yuir in forum NetBeansReplies: 3Last Post: 01-03-2011, 07:01 PM -
Help to debug a common error please!
By TaxpayersMoney in forum New To JavaReplies: 4Last Post: 05-08-2010, 03:31 PM -
Can run, but unable to debug. Having 'Source not found' error.
By ko_aung in forum EclipseReplies: 4Last Post: 04-23-2010, 05:51 PM -
error debug
By stid in forum EclipseReplies: 2Last Post: 10-16-2009, 07:44 PM -
Error logged from JDT Debug UI Window
By tsc in forum EclipseReplies: 1Last Post: 07-10-2008, 08:37 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks