61
Help / Re: Debugging problem in a console application with ncurses library
« Last post by Krice on June 19, 2025, 12:37:12 pm »What is the value of the environment variable TERM of the terminal session ?
How do you check that? By the way, the problem seems to be curses, if I try a SDL2 project then debugging works. I think I read somewhere that when debugging curses programs people have to run two terminal instances, one for curses and another for gdb, but that is on command line.