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

Debugger plugin stops at FreeBasic INPUT statement #1296

Open
Peter-Svahn opened this issue Dec 7, 2023 · 2 comments
Open

Debugger plugin stops at FreeBasic INPUT statement #1296

Peter-Svahn opened this issue Dec 7, 2023 · 2 comments

Comments

@Peter-Svahn
Copy link

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
Copy link
Member

elextr commented Dec 7, 2023

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 elextr transferred this issue from geany/geany Dec 7, 2023
@b4n
Copy link
Member

b4n commented Dec 10, 2023

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.

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