Hi, I'm trying to use KN with ncurses. Is there a way to debug an application from Idea and use a full-fledged terminal? It's not working without terminal obviously.
e
Evan R.
05/18/2020, 2:12 PM
K/N uses gdb right? Could you run the application in your terminal with a gdb server and connect to it via the IDE?
n
napperley
05/18/2020, 10:53 PM
The Terminal in IntelliJ isn't ncurses compatible.
e
Evan R.
05/19/2020, 10:10 PM
Yeah but if you launch the app with gdbserver in your native terminal you can still connect to it from the IDE as a remote process and debug