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

Error message when debugging an AHK v2 script appears in AHK++ (v1) output channel #570

Open
mark-wiemer opened this issue Nov 9, 2024 · 0 comments
Assignees
Labels
AHK v2 exclusive to AHK v2 bug something isn't working debugger issues with debugging code

Comments

@mark-wiemer
Copy link
Member

Description

When setting my AHK v2 interpreter to an invalid path and trying to debug an AHK v2 script, I expect an error message to appear. Instead, the AHK++ (v1) output opens with an entry: "AutoHotkey execute bin not found: ..."

Additional context

This is because debugging is entirely handled within the v1 extension, which doesn't know about the v2 output channel.

Proposed fix: Add debugging (exclusively) to the v2 extension :)

@mark-wiemer mark-wiemer added bug something isn't working debugger issues with debugging code AHK v2 exclusive to AHK v2 labels Nov 9, 2024
@mark-wiemer mark-wiemer self-assigned this Nov 9, 2024
@mark-wiemer mark-wiemer added this to AHK++ Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AHK v2 exclusive to AHK v2 bug something isn't working debugger issues with debugging code
Projects
Status: No status
Development

No branches or pull requests

1 participant