-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conveniences #42
Merged
Merged
Conveniences #42
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: self tdbHalt. self tdbNotify: 'Trace it!'.
- fix TDBCursor >> #enableTracingDuring: (unwrap context proxy) - honor #shouldResumeFromDebugger - auto-update button enablement
…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.
Depends on ToolBuilder-Kernel-ct.151 (Trunk) and genericDropSourceCode.cs (not yet in Trunk).
Preview of genericDropSourceCode.cs, complements 9458e84.
Complements 2bdad89
- new debugger actions: #findContext, #findContextAgain, #findClass, #findClassAgain - queries on TDBCursor - revised + tested DFS/BFS protocol on TDBTrace - Context >> #tdbSignature - acceptance tests Closes #44.
No string conversion needed.
…der-Kernel-mt.152
No need to redraw the entire world here.
Complements 75b395a (run to selection).
When selecting the sender of a historic context, this context will be displayed historically too. See TDBCursor>>#doSelect:. This test falsely passed earlier because of the recently fixed bug in ct TraceDebugger>>#pcRange (see 75b395a).
… the beginning of the block
Also robustize tooltips and icons against model errors
* Add TDBExplorer with common superclass TDBProxyHolder of TDBInspector * Ensure that subsequent inspect/explore requests will spawn further TDB tools (=: proxy holders) * Fix "add custom field" via menu and hide "edit field {g,s}etter for now * New preference #shouldReplaceInspectorsWithExplorers to use explorers inside the debugger * Test basic interaction paths with proxy holders, #shouldReplaceInspectorsWithExplorers, and "add selection als field"
- Add "more..." menu items - Rename bottomContexts -> borderContexts - Rename context{Stack,}*Menu - Indicate current border contexts in menu item label
- If #shouldShowReturnValue is enabled, display an icon for the return value in the tree - Clean-up: mv #{message,context}Icon*, remove duplicate contextLabel selector - Increase robustness/debuggability by cathing errors during unsafe computation of frequent view properties
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This mega PR improves several conveniences aspects of the TraceDebugger. Amongst others, this includes: