Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] Debugger doesn't stop at breakpoint when set #7797

Open
Chris2011 opened this issue Sep 25, 2024 · 0 comments
Open

[JS] Debugger doesn't stop at breakpoint when set #7797

Chris2011 opened this issue Sep 25, 2024 · 0 comments
Labels
kind:bug Bug report or fix needs:triage Requires attention from one of the committers

Comments

@Chris2011
Copy link
Contributor

Apache NetBeans version

Apache NetBeans 23

What happened

Based on this discussion here: #7785 when I debug a JS file where a breakpoint was set, the debugger starts but never hit the breakpoint and the breakpoint looks broken and unresolved.

Language / Project Type / NetBeans Component

No response

How to reproduce

  • Have a little JS function with a console.log inside and call the function at the end of the file
  • Set a breakpoint inside this function where the console.log is located
  • Right click on the js file in the project tab (NodeJS needs to be enabled in project settings, otherwise there is another debugger starting)
  • Debugger started, runs the script and stopped but never hit the breakpoint, breakpoint seems broken/unresoved

Did this work correctly in an earlier version?

No / Don't know

Operating System

Windows 10, 64bit

JDK

17.0.10

Apache NetBeans packaging

Apache NetBeans provided installer

Anything else

Node 18.16.1

Are you willing to submit a pull request?

No

@Chris2011 Chris2011 added kind:bug Bug report or fix needs:triage Requires attention from one of the committers labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Bug report or fix needs:triage Requires attention from one of the committers
Projects
None yet
Development

No branches or pull requests

1 participant