[Github-comments] [geany/geany-plugins] 'Debugger' plugin port to GTK3 with GTK2 compatibility (#791)

Andy Alt notifications at xxxxx
Wed Jan 23 18:24:39 UTC 2019


So far, mostly looks good on Buster (I set a breakpoint, watched a variable.

One very minor thing.. when debugging a program that uses ncurses, I was able to view the screen in the Debug terminal as expected. The cursor keys worked within the terminal fine.

But when I hit the green arrow (continue button to move past a break point), I have to click back in the terminal window each time, otherwise the cursor responds in the document editor window.

That probably won't be a problem for anyone; I figured it out pretty quick.

As for OpenBSD I get this

```
checking whether the linker understands -Wl,-z,defs... yes
./configure[15275]: test: 3: unexpected operator/operand
checking for UTILSLIB... no
configure: error: Plugin Debugger depends on utilslib VTE support which is not available
```
These are "vte" packages available to me atm with the package manager:

```
root:/root:11# pkg_info -Q vte
libvterm-20170211 (installed)
py-vte-0.28.2p14
vte-0.28.2p19
vte3-0.52.2 (installed)
vteplugin-0.1p13
```

The vte3 package was already installed the first time I tried. Then I installed libvterm but got the same result, which is what I posted above.

-- 
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/pull/791#issuecomment-456912551
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190123/8d498109/attachment.html>


More information about the Github-comments mailing list