eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Support new-ui on Windows #240

Open jonahgraham opened 1 year ago

jonahgraham commented 1 year ago

Since openGdbConsole functionality was written the gdb project has added support for using new-ui on Windows. On Windows the way new-ui communicates is different because there is no tty to connect to, but once connection is started it works the same on Windows as on *nix.