c++ - Is there any way to use cout for debugging while running an ncurses program in another window? -


i'm playing around simple ncurses program move sprites around screen. of backend logic in c++. apparently xcode won't ncurses @ all, need other way debug program. don't know c or unix - there way have program spawn terminal window, run alongside window ncurses running? i'd able use cout in window monitor state of program.

use gdb , "attach" command attach running process.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -