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.