Netbeans debugging problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • retsom
    New Member
    • Sep 2006
    • 2

    Netbeans debugging problem

    Hello,

    I just installed NetBeans 5.0. I have a little project. Everything builds fine.

    I can run the program (F5).

    I can set a breakpoint and the IDE reports the program is stopped at the
    breakpoint, except there is no 'green arrow' in the source window pointing
    into the line where the breakpoint occured.

    If I try to step (F8) or step into (F7), the program continues execution, as
    if I had pressed (ctrl-F5) instead.

    Where am I going wrong?

    Thanks,
    retsom
  • retsom
    New Member
    • Sep 2006
    • 2

    #2
    Never mind--this solved the problem:

    http://www.netbeans.or g/kb/faqs/debugging.html# FaqDebuggingSte ppingCode

    Comment

    • alla007
      New Member
      • Nov 2006
      • 1

      #3
      Originally posted by retsom
      Never mind--this solved the problem:

      http://www.netbeans.or g/kb/faqs/debugging.html# FaqDebuggingSte ppingCode

      Hi

      I got the same problem with netbeans 5.0 with bundled tomcat. The link you gave is moved. So could you please reply me how you resolved the problem.

      Thanks
      Alla

      Comment

      • jjwalters
        New Member
        • Nov 2006
        • 1

        #4
        Originally posted by alla007
        Hi

        I got the same problem with netbeans 5.0 with bundled tomcat. The link you gave is moved. So could you please reply me how you resolved the problem.

        Thanks
        Alla

        Try this - http://wiki.netbeans.i nfo/wiki/view/FaqDebuggingSte ppingCode
        It didn't help me though :(

        Comment

        • Eric Hawicz

          #5
          The current url of that page is: http://wiki.netbeans.org/FaqDebuggingSteppingCode

          Comment

          Working...