ObjectCentricDebugger

Description

New implementation of OCD in Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Nov. 21, 2018
Updated
Aug. 8, 2019

Categories

IDE / Dev Tools

README excerpt

# Object Centric Debugger
New implementation of OCD for Pharo 7

# Installation: do it in a playground
```Smalltalk
Metacello new
    baseline: 'ObjectCentricDebugger';
    repository: 'github://StevenCostiou/ObjectCentricDebugger';
    load.
 ```
 
 # API
```Smalltalk
#haltOnCall
#haltOnCall: #aMethodSelector

#haltOnWrite
#haltOnRead
#haltOnStateAccess

#haltOnReadTo: #anInstVarName
#haltOnWriteTo: #anInstVarName
#haltOnAccessTo: #anInstVarName

#removeStateAccessHalts
```
    
   
← Back to results