-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Can no longer break in node internals files #59430
Comments
This works great for me In case you still see the issue, please break on exception and verify for which exact URI does he try to get here and what is the state of the source map |
I don't know whether I'm mixing two issues here? But there is still an issue, maybe I'm just getting to this point now that the NPE is fixed. I realized you have to have a DebugAdapterTracker installed for this one Better repro steps:
|
@roblourens Can you please put a breakpoint here and figure out how he gets to construct a How do I install a DebugAdapterTracker? Is there an example somewhere? |
You can set up the example from #59110, I pasted the stack above already |
Can not repro even with a DebugAdapterTracker. |
I still repro with the above steps. That line isn't where the uri is parsed, the original stack that I posted it still the issue. This is at
|
@roblourens great, thanks for the clarification and the nice picture. @weinand please code review once you have the chance |
I think because the uri path is
<node_internals>/fs.js
, and we try to parse that as a uri.Stack parsing non-uri as a uri:
Stack that throws the above error:
The text was updated successfully, but these errors were encountered: