Skip to content

Debugger hang-up when the target is asking for input #8

Description

@RepubblicaTech

If the target is waiting for any input (eg. scanf), sgdb isn't currently handling this, and the way program execution currently works is that sgdb is waiting for any response indefinitely, which eventually hangs up the GUI since this is done inside an event handler. There should be two jobs in parallel, one reading the response and the other one checking for any input, which terminates the response read job (somehow, you're not supposed to terminate a thread so ig I have to find out another way).

Metadata

Metadata

Labels

bugSomething isn't workingwontfixThis will not be worked on

Projects

Status
Discarded

Relationships

None yet

Development

No branches or pull requests

Issue actions