Hi, I'm trying to use KN with ncurses. Is there a ...
# kotlin-native
v
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
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
The Terminal in IntelliJ isn't ncurses compatible.
e
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
n
Can the same thing be done with LLDB?
e
v
wondering does this work in IntelliJ Ultimate or only in CLion?
n
Only in IntelliJ Ultimate.