Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Fix node not hitting breakpoints in network paths#368

Merged
roblourens merged 1 commit intomicrosoft:masterfrom
digeff:fix_node_network_path
Oct 16, 2018
Merged

Fix node not hitting breakpoints in network paths#368
roblourens merged 1 commit intomicrosoft:masterfrom
digeff:fix_node_network_path

Conversation

@digeff
Copy link
Contributor

@digeff digeff commented Oct 15, 2018

We couldn't hit a breakpoint in:
\myshare\myfolder\myfile.js

@roblourens
Copy link
Member

// Breakpoints need to be re-set when break-on-load is enabled

Why? We guessed at the path, that path was correct right? What's the real issue here? I don't see how breakOnLoad or network paths are involved.

@digeff
Copy link
Contributor Author

digeff commented Oct 16, 2018

We guessed at the path, but we never set that breakpoint with that path (With break-on-load we set the break-on-load breakpoint instead of the real breakpoint, we need to set the real-breakpoint when parse the script).

@roblourens
Copy link
Member

Oh I see. The disconnect between BreakOnLoadHelper, and this check that makes assumptions about what the helper did, feels a little awkward. But I think this is ok.

@roblourens roblourens merged commit 6195e50 into microsoft:master Oct 16, 2018
@roblourens
Copy link
Member

Published -core

@digeff digeff deleted the fix_node_network_path branch October 16, 2018 00:35
@roblourens roblourens added this to the October 2018 milestone Nov 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants