You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: