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

Debugger features do not work with UNC paths #234

Open
Tracked by #214
Lexikos opened this issue Jul 12, 2022 · 2 comments
Open
Tracked by #214

Debugger features do not work with UNC paths #234

Lexikos opened this issue Jul 12, 2022 · 2 comments

Comments

@Lexikos
Copy link

Lexikos commented Jul 12, 2022

Debugger features do not work if the script is accessed through a UNC path such as \\my-pc\network-share\script.ahk.

The program appears to be launched with /Debug and the script starts without complaint, so I assume the DBGp connection is being made. However, breakpoints and debug directives do not work. Pause does not work, but stop and restart work.

This occurs regardless of whether the folder open in VSCode is \\my-pc\network-share or some local folder.

@zero-plusplus
Copy link
Owner

I have confirmed the issue.

UNC paths were supported in 1.0.2, but it seems that confirmation was missing (or broken in some version).

I will fix it in the next version. Thanks for the report.

zero-plusplus added a commit that referenced this issue Jul 13, 2022
Breakpoint do not work when `runtime` is a UNC path.
@zero-plusplus
Copy link
Owner

Fixed in develop branch.

@zero-plusplus zero-plusplus mentioned this issue Jul 13, 2022
62 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants