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

Unexpected Run Before Debugging #96

Closed
TongVan520 opened this issue Jan 26, 2025 · 1 comment
Closed

Unexpected Run Before Debugging #96

TongVan520 opened this issue Jan 26, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TongVan520
Copy link

Your plugin is very useful!


However, I noticed that during debugging, CLion runs the program once first:
Image

I guess this might be because it was originally intended to run zig build before debugging, but the command zig build run was executed instead.
If the program requires user input or has blocking behavior, then the debugging process will get stuck at the build stage:

Image

I tried removing run from the Build steps in config, but this causes the program to only build without automatically running...

@FalsePattern FalsePattern self-assigned this Jan 28, 2025
@FalsePattern FalsePattern added the bug Something isn't working label Jan 28, 2025
@FalsePattern
Copy link
Owner

Fixed in 20.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants