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

Epic: Spawn trace #29

Open
2 of 4 tasks
LinqLover opened this issue Jan 23, 2022 · 0 comments
Open
2 of 4 tasks

Epic: Spawn trace #29

LinqLover opened this issue Jan 23, 2022 · 0 comments
Labels

Comments

@LinqLover
Copy link
Collaborator

LinqLover commented Jan 23, 2022

Drag a context out of a debugger to watch it in a separate debugger.

Steps:

Contributes to #9.

@LinqLover LinqLover added the epic label Jan 23, 2022
LinqLover added a commit that referenced this issue Jan 26, 2022
…e in another window

The trace and the memory are not (yet?) copied, just the cursor, and the process remains the same. Manage a simple reference list of views on the process to terminate it exactly once when closing the last debugger. Relates #29.

Fixes handling of bottomContexts when updating the context stack/the selected path.
@LinqLover LinqLover mentioned this issue Mar 11, 2022
LinqLover added a commit that referenced this issue Mar 11, 2022
This mega PR improves several conveniences aspects of the TraceDebugger. Amongst others, this includes:

- feature: spawn trace (relates #29)
- feature: toggle border context (closes #28)
- feature: context search (closes #44)
- feature: "trace it" button in the normal debugger (closes #36)
- feature: navigation commands "jump to presence", "jump to sender", "jump to callee"
- feature: snapshot inspectors & explorers
- feature: run to selection
- improve support for code evaluation in all code panes (syntax highlighting, access to instance variables)
- working notifier window and proceed/abandon buttons, implement all remaining menu commands, clean up and rearrange menu items
- stepping improvements (coroutines, EHS)
- call tree convenience (scroll bar, display of return values, graying out dead contexts, adjust timeIndex when selecting context, support for type-to-filter)
- preference to display stack list instead of stack tree
- tracing improvements: fix tracing of coroutines and simulation (relates #14, closes #13); fix tracing of failed primitives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant