https://github.com/uko/debuggercritiques
https://github.com/uko/debuggercritiques
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uko/debuggercritiques
- Owner: Uko
- Created: 2017-05-18T09:27:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T07:39:26.000Z (about 9 years ago)
- Last Synced: 2025-06-28T07:07:05.981Z (about 1 year ago)
- Language: Smalltalk
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.