Skip to content

Debug not stopping on breakpoint #215

Description

@jcald1

I'm running ""node v6.5.0"" on Ubuntu using "Eclipse Java EE IDE for Web Developers. Version: Neon Release (4.6.0)" with "Nodeclipse Core and Node.js 1.0.2.201509250223 org.nodeclipse.feature.group Nodeclipse/Enide"

I started the application with the argument "--debug-brk=5858", and I see "Debugger listening on [::]:5858" in the console. The debugger stops on the first line. I hit the green Resume button.

Then I submit my HTTP request and expect the debugger to stop on the breakpoint, which is one line above where an exception is thrown inside a restify handler function. The debugger doesn't stop on the breakpoint.

I tried starting eclipse with "./eclipse -clean" but had no luck.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions