Skip to content

Pharo-XP-Tools/DebuggingSessionAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors