https://github.com/bergel/debuggingsessionanalysis
https://github.com/bergel/debuggingsessionanalysis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bergel/debuggingsessionanalysis
- Owner: bergel
- License: mit
- Created: 2023-08-29T12:18:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T20:08:59.000Z (12 months ago)
- Last Synced: 2025-02-09T23:27:17.960Z (4 months ago)
- Language: Smalltalk
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DebuggingSessionAnalysis
Starting from a new Pharo 11 image, and then the visualization tool itself:
```
Metacello new
baseline: 'DebuggingSessionAnalysis';
repository: 'github://bergel/DebuggingSessionAnalysis:main';
load.
```You then need a trace to be visualized. Unfortunately, no traces are publicly shared at this moment.
Once you have a trace, you can open the visualization using the following incantation:```
DSA new
fromFileName: '/Users/alexandrebergel/Downloads/internal-tests/User-V.ston'.
```You should get a visualization like this:
![]()