Skip to content

vonbecmann/ScriptableDebugger

 
 

Repository files navigation

Sindarin

Instanciate a UI-less debugger on your execution, allowing you to manipulate and inspect it via scripting. The API is on the SindarinDebugger class.

Usage

dbg := SindarinDebugger debug: [<your code>].
"Manipulate and inspect the debugged execution by sending messages to dbg"
dbg step; stepOver.
dbg context inspect.
dbg currentNode inspect.
...

Install

Metacello new
    baseline: 'Sindarin';
    repository: 'github://dupriezt/ScriptableDebugger';
    load.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%