geany-plugins icon indicating copy to clipboard operation
geany-plugins copied to clipboard

Debugger plugin stops at FreeBasic INPUT statement

Open Peter-Svahn opened this issue 1 year ago • 2 comments

When debugging Free Basic programs in Geany, the debugger cannot continue after INPUT statements. The ? mark is printed in the debug terminal, I hit return, but the debugger does not continue. When debugging with gdb it works and I can step over INPUT after hitting return.

I'm using Geany 1.38 in a Raspberry Pi 5. Free Basic version 1.10.0

Peter-Svahn avatar Dec 07 '23 19:12 Peter-Svahn

Presumably what you mean is you are debugging the C program that is Freebasic, AFAIK gdb does not debug freebasic.

Since debugger is a plugin, moving to that repository.

elextr avatar Dec 07 '23 22:12 elextr

I'm afraid there isn't information to help, as for example I don't know anything about freebasic. Post a complete reproduction scenario, including sources (or links to them), steps to reproduce and expected behavior.

b4n avatar Dec 10 '23 09:12 b4n