Skip to content

honor debugger frame selection in the frontend #318

Open
@GitMensch

Description

@GitMensch

For every command sent to GDB this extension does what it should do - it specifies the frame.

The part that is missing is to adjust the frame and thread active in the client in case of thread-selected events.
The most easy way to see it is by executing up/down and similar. GDB extensions also use these (often via python frame.select()) to explicit select something for the user.

I plan to tackle the selection, any insights how this is done would be nice, otherwise I'll check the docs.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions