> If your test program reads from stdin, it could be that it did compile
> successfully but then started debugging until it reached the line where it
> waits for user input
No user input. Just echo something and sleep 1 second in an infinite loop. If I
remove the loop and let the test program terminate nothing changes. Still hangs
until I press the 'stop' button in the debugger UI.
> What platform are you on ?
MacOS
> Can you try replacing shell_cmd": "nim c -g ${file} with "cmd": ["nim", "c",
> "-g", "${file}"]
No difference, unfortunately.