@kugel- Thanks.

The only spawn() call launches gdb, and the only call to openpty() creates the 
"program terminal": a VTE widget that serves as a console for the program being 
debugged under *nix.

The widget is created on scope startup, but not used until gdb is launched. 
Shortly after that, it's passed to gdb via "-gdb-set inferior-tty <tty-name>".

It may be that the procedure to setup VTE has changed. It was changed in 0.25, 
and there were problems with the VTE pty before (conterm.c:/pty_master/).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/433#issuecomment-289868452

Reply via email to