The interactive runner links stdin and stdout but does not touch stderr. I had 
success printing to stderr throughout your program to print useful, readable 
information.

> On Apr 10, 2020, at 6:55 PM, Lev Raizman <raizman....@gmail.com> wrote:
> 
> 
> Hello all,
> 
> I'm looking for a method for debugging my solutions to interactive problems 
> using a debugger. In particular, I wan't to be able to set breakpoints in my 
> C++ solution, and have them trigger when it reaches that point. The problem 
> arises because I call the interactive runner, and pass the binary as a 
> parameter. I've spent quite sometime looking online, and couldn't find 
> anything relevant. It would also be nice if I could set breakpoints in the 
> local_test file, but that is optional.
> 
> I'm using Visual Studio Code, but a solution in any IDE, or even in gdb in a 
> terminal would be great.
> 
> Thank you,
> Lev
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google Code Jam" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-code+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-code/0173995e-eb2c-4705-a5ab-41749910df13%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/A942A4A9-4C12-44EF-8940-1E31DD9FA1E2%40gmail.com.

Reply via email to