-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
remote debugger unable to convert path correctly in different operating system #23688
Comments
@nodejs/v8-inspector |
This is a Chrome DevTools issue. CC: @aslushnikov |
Thanks for nice bug report. |
It looks like we landed the fix too soon? Should we revert until Chrome 71 is stable? |
Would it be possible to reland it in 6 weeks? It looks like Node 10 will go to LTS before. |
Sure. I suppose #22251 is the PR? Do we need to revert all 3 commits? |
What's the status of this? |
I debugger node on window, but my node server on linux.
When I set the breakpoint through chrome devtools, like the below:
It doesn't work, nothing happend when reach breakpoint.
I inspect the devtools through
chrome://inspect/#pages
the devtools check the operating system with
Host.isWin()
, but it check the local operating system, not remoteThe text was updated successfully, but these errors were encountered: