Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdb crashes scope plugin #665

Closed
J-Dunn opened this issue Jan 2, 2018 · 2 comments
Closed

gdb crashes scope plugin #665

J-Dunn opened this issue Jan 2, 2018 · 2 comments

Comments

@J-Dunn
Copy link

J-Dunn commented Jan 2, 2018

I tried to use the scope plugin on a trivial hello world. As soon as I start debugging an error box opens but fails to draw itself so I don't know what the error msg says.

From that point NOTHING updates on the geany display. If I change desktop and come back the whole geany screen is blank, grey nothingness.

I can change tabs in the code editor but the window content does not display. I just see the tab it self change to show which is active.

I selected the executable from 'setup progam' and set a breakpoint on main.c:3

When I use Debugger | Run it all locks up. ;(

Source : geany-1.32-1.fc26.src.rpm
Source : geany-plugins-1.32-1.fc26.src.rpm

void main () {
#include <stdio.h>
printf ("%s","hello world.\n\r");
return;
}

The example runs as expected from the command line.

Does this plugin still work?

@elextr
Copy link
Member

elextr commented Jan 2, 2018

May be geany/geany#1461

@J-Dunn
Copy link
Author

J-Dunn commented Jan 4, 2018

indeed. fixed, many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants