Mark Wiemer

Results 299 comments of Mark Wiemer

I was getting this same issue after creating a project using the `vite` template with Bun in WSL, but after installing Bun on Windows and running `bun install vite --global`...

You can see my copy, https://GitHub.com/mark-wiemer/adware-free-macro-creator :) the release includes an installer, a zip, and instructions to compile from source :)

I tried that, wasn't able to get it working. It may have just been a simple build issue though.

Fixed in a recent release, the debug output window used to capture focus by design but I changed that around 6.0.0 ![image](https://github.com/user-attachments/assets/d7cb37de-ba2c-4a01-9d18-d150bb75b269)

Thanks for the PR. Looks like my build pipeline is broken, I'll have to fix that before we can merge :(

I was able to reproduce if my file was just the three lines included in the snippet. However, when I added a fourth line `MsgBox % var2` the debugger did...

Can you provide a short sample script for reproduction purposes @digitalAssetStore?

Hi @digitalAssetStore, since I'm not able to reproduce this issue, I'm going to close it for now. If you can provide a sample script, I'll consider re-opening. Thanks

I've edited my repro setup, I can indeed reproduce this. ```ahk ; included.ahk foo() { MsgBox % "Hello world" } x:: MsgBox % "Does it work when included script contains...

This is the `Trim Extra Spaces` setting, you can turn it off and it should be off by default for this reason--thanks for reporting this! Leaving this bug open until...