vonbecmann / ScriptableDebugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Smalltalk 100.0%