Debug Application using curses
Hi,
is it possible to debug an application in Appcode that uses ncurses? The problem I am having with it is that the build in console always reports
"Error opening terminal: unknown.". I assume because the built in console is not capable of curses. Is it possible to open my normal terminal and just use the debugging of Appcode?
Greetings
Stefan
Please sign in to leave a comment.
Stefan,
Yes, you can launch your program in terminal and use Run | Attach to Exixsting Process to debug with AppCode.