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

Add a threads widget #498

Merged
merged 7 commits into from
Apr 2, 2022
Merged

Add a threads widget #498

merged 7 commits into from
Apr 2, 2022

Conversation

mfussenegger
Copy link
Owner

@mfussenegger mfussenegger commented Apr 1, 2022

Changes the threads management slightly so that threads are only updated on a stopped event if they're dirty (new threads started or some exited). This should make stepping a bit faster if there are many threads.

This now also allows to have several stopped threads in parallel. By default only if threads are manually paused. Stopped events due to exceptions or breakpoints will still get continued automatically if there is already a stopped thread used for stepping around.

recording.mp4

@mfussenegger mfussenegger force-pushed the thread-widget branch 2 times, most recently from e2e3a18 to 12bc930 Compare April 1, 2022 17:43
@mfussenegger mfussenegger marked this pull request as ready for review April 1, 2022 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant