Skip to content

Commit

Permalink
Complements 85f88dd
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Dec 28, 2023
1 parent 85f88dd commit 4bee159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ basicIntroduction
'Welcome to TraceDebugger
<#figureBug> <#figureBug> <#figureBug> <#figureBug>
The TraceDebugger is a lightweight and efficient back-in-time debugger for Squeak to trace and retrace past method invocations and state changes. Key features include:
The TraceDebugger is a lightweight and interactive back-in-time debugger for Squeak to trace and retrace past method invocations and state changes. Key features include:
- Interactive call tree instead of a stack list
- Step back button
Expand All @@ -22,7 +22,7 @@ The TraceDebugger is a lightweight and efficient back-in-time debugger for Squea
To get started quickly, directly open a trace debugger or browse all examples. Alternatively, you can follow this short tutorial.
Resize this window to recommended dimensions!
]style[(24 1 12 1 12 1 25 6 167 21 27 16 3 24 41 14 10 15 41 29 32 16 77 30 4 19 54 44)a0b,a0,,a0,,a0,,a0,,b,,b,,b,,b,,b,,b,,b,,Rcode:// TraceDebugger exampleRegex. nil;,,Rcode:// ToolSet browseClass: (Smalltalk classNamed: #TraceDebugger) class category: ''examples''.;,,Rcode://
]style[(24 1 12 1 12 1 25 6 169 21 27 16 3 24 41 14 10 15 41 29 32 16 77 30 4 19 54 44)a0b,a0,,a0,,a0,,a0,,b,,b,,b,,b,,b,,b,,b,,Rcode:// TraceDebugger exampleRegex. nil;,,Rcode:// ToolSet browseClass: (Smalltalk classNamed: #TraceDebugger) class category: ''examples''.;,,Rcode://
TraceDebuggerHelp resizeWindow: (Project current world findA: SystemWindow);f1!' readStream nextChunkText)
key: #basicIntroduction;
shouldStyle: false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"basicEntryPoints" : "ct 5/11/2022 22:54",
"basicFindingContexts" : "ct 3/18/2022 20:32",
"basicImplementation" : "ct 12/28/2023 23:49",
"basicIntroduction" : "ct 7/31/2022 01:13",
"basicIntroduction" : "ct 12/29/2023 00:04",
"basicLearnMore" : "ct 12/28/2023 23:51",
"basicScriptingAPIs" : "ct 12/28/2023 21:30",
"basicSelectorFor:" : "ct 3/18/2022 16:16",
Expand Down

0 comments on commit 4bee159

Please sign in to comment.