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

V1.7.0 does not fire up WinUAE/infinite loop #211

Closed
ReneKriest opened this issue Feb 9, 2023 · 6 comments
Closed

V1.7.0 does not fire up WinUAE/infinite loop #211

ReneKriest opened this issue Feb 9, 2023 · 6 comments

Comments

@ReneKriest
Copy link

V1.7.0 starts debugging after I hit F5 but is kept busy in an infinite loop without firing up WinUAE.

I reverted to 1.6.9, which works just fine.

No error message in the terminal from V1.7.0, so there is no real hint. (Sorry)

@BartmanAbyss
Copy link
Owner

Hi, any more clues? I did test with the template project and everything worked as it always did. Do you see winuae-gdb.exe in your Windows task manager?

@ghost
Copy link

ghost commented Feb 10, 2023

Can confirm the same issue here. On pressing F5 winuae-gdb.exe does not appear in the task manager, but vscode appears to be waiting for it, with the debug tab open but nothing shown. Ctrl+F5 gives similar results minus the empty debugger.

I can start winuae with the generated config file from the command line, but vscode doesn't connect to it, so that's my workaround for the moment, just building and running with no debugger.

@BartmanAbyss
Copy link
Owner

Can reproduce on a different PC. Will investigate. Sorry for the inconvenience.

@BartmanAbyss
Copy link
Owner

tracked down to #209 (comment)_

@ghost
Copy link

ghost commented Feb 10, 2023

tracked down to #209 (comment)_

Which means that adding "emuargs": [] to each configuration in launch.json gives an easy work around. Nice.

@BartmanAbyss
Copy link
Owner

fixed in 1.7.1

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