Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Run -> Debug skips over my breakpoint
Run -> Debug skips over my breakpoint [message #220433] Sun, 08 July 2007 08:24 Go to next message
Eclipse UserFriend
Originally posted by: metaperl.gmail.com

Re: http://fyodor.hcoop.net/~terry/tmp/attempt-to-debug.bmp

my screenshot shows that when I attempt to run my application in debug
mode, the first stop is at the exception, instead of at the breakpoint 3
lines earlier.

I want to inspect the value of the variable r, but cant even get a
breakpoint to stop there.
Re: Run -> Debug skips over my breakpoint [message #220448 is a reply to message #220433] Sun, 08 July 2007 11:24 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Terrence,

Why is there a red "x" indicating an error? It looks to me like you
need to add a try statement or you need to add a throws IOException to
the main method before the program will compile correctly and hence
before it will behave reasonably at runtime.


Terrence Brannon wrote:
> Re: http://fyodor.hcoop.net/~terry/tmp/attempt-to-debug.bmp
>
> my screenshot shows that when I attempt to run my application in debug
> mode, the first stop is at the exception, instead of at the breakpoint
> 3 lines earlier.
>
> I want to inspect the value of the variable r, but cant even get a
> breakpoint to stop there.
>
>
>
Previous Topic:Where is summary of plug-ins features? How to install plug-ins downlaoded in ZIP format?
Next Topic:How to generate "constructor" for parameters?
Goto Forum:
  


Current Time: Fri Apr 26 01:13:32 GMT 2024

Powered by FUDForum. Page generated in 0.08369 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top