Every time a response from GDB is received, a signal should be triggered to activate all connected widgets to handle the response accordingly.
Other signals should be implemented for operations like: breakpoints changes, execution status (continue, run, step).
As of 07/06/2026 the planned behaviour is the following:
- For every response the MI Prompt widget should log the response
- Every time execution is started/continued, all widgets (source code, disasm, variables, ecc.) should update their view accordingly
Every time a response from GDB is received, a signal should be triggered to activate all connected widgets to handle the response accordingly.
Other signals should be implemented for operations like: breakpoints changes, execution status (continue, run, step).
As of 07/06/2026 the planned behaviour is the following: