An open API service indexing awesome lists of open source software.

https://github.com/uko/debuggercritiques


https://github.com/uko/debuggercritiques

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

------
Project originaly developed by Kevin Schibli and Claudio Corrodi!

------

# Code Critiques in the Pharo Debugger

To enable the custom debugger and set it as the default debugger, execute the
following in a playground:

```
GTGenericCritiqueStackDebugger register.
Smalltalk tools debuggerTool: GTGenericCritiqueStackDebugger.
Deprecation raiseWarning: false.
```

Note that we disable the deprecation warning blocks because
`CompiledMethod>>#critiques` calls `TheManifestBuilder>>#manifsetOf:`, which
in turn results in uses of the deprecated `Object>>#name`.