Re: [gcj] Debugging Interactive Problems

2020-04-10 Thread mattfenlon2
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 wrote: > >  > Hello all, > > I'm looking for a method for debugging my

[gcj] Debugging Interactive Problems

2020-04-10 Thread Lev Raizman
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