#Is it possible to step debug tests?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Hi!
I'm using vscode, and I can launch my executable in debug mode with cppdbg without problems.
I wanted to do the same for my tests, but apparently cppdbg expects a binary, so I can't pass it something like zig build run.
Is there a way to do this? Thanks!
ah fantastic, my google skills failed me. Thanks!