[Github-comments] [geany/geany-plugins] Geany-scope blank window, inusable (#433)

zhekov notifications at xxxxx
Tue Mar 28 18:51:41 UTC 2017


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170328/5299a257/attachment.html>


More information about the Github-comments mailing list