geany / geany-plugins

The combined Geany Plugins collection
http://plugins.geany.org/
590 stars 264 forks source link

Debugger plugin stops at FreeBasic INPUT statement #1296

Open Peter-Svahn opened 9 months ago

Peter-Svahn commented 9 months ago

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

elextr commented 9 months ago

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.

b4n commented 9 months ago

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.