You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it easier to debug with the runner, please add an option to only generate the runner binary code (so let us skip execution of cargo run). Something like cargo aoc generate or an extra switch for cargo aoc ...
That way I can tell VSCode / LLDB to pre-run cargo aoc generate -d ... before then starting a debug session from the aoc-autobuild binary.
The text was updated successfully, but these errors were encountered:
To make it easier to debug with the runner, please add an option to only generate the runner binary code (so let us skip execution of
cargo run
). Something likecargo aoc generate
or an extra switch forcargo aoc ...
That way I can tell VSCode / LLDB to pre-run
cargo aoc generate -d ...
before then starting a debug session from theaoc-autobuild
binary.The text was updated successfully, but these errors were encountered: