Releases: hpi-swa-lab/squeak-tracedebugger
untagged-20240813-224548
readme: update onward! 23 citation (add page nos)
untagged-20240226-195846
tests: complements trunk updates (document unexpected snapshot test failure for Context>>testRestartCallPrimitive)
Initial Community Release
📬 Read the announcement of the TraceDebugger on the squeak-dev mailing list here: [ANN] TraceDebugger: A new time-travel debugger for Squeak
New Features
- Step to change of selected inspector field (#104)
- Navigation Bar for History Explorer with stepping buttons and slider (#105)
- New up button in TraceDebugger (#108)
- New util:
BlockClosure>>#traceAndDebugOnce
(540f7e3) - A static version of the help is now available online (but the interactive in-image documentation is still best) (#100)
Maintenance
Internal bug fixing and maintenance against the Squeak Trunk.
Full Changelog: v0.2...v0.3
Reverse Engineering Seminar 2022 Submission
The second release of the TraceDebugger is the submission for the Reverse Engineering Seminar 2022 seminar.
Please check out the artifacts in the submission.zip
, including:
- an abstract with a short description of the project, the main contributions, and further entry points
- an all-in-one image with interactive documentation and usage samples
- screenshots & screencasts
- presentation slides
- all sources
For reviewing the source code and the tool, please refer to the provided image. See also the README for further organizational information about the project and the open issues for future ideas. You can also view the entire diff from the last semester on GitHub (v0.1...v0.2), but of course, it's more fun to do this with Squot.
Programming Experience Seminar 2021/22 Submission
Please check out the artifacts in the submission.zip
, including:
- an all-in-one image
- screenshots & screencasts
- presentation slides
In the README you also find more information about the project.
For reviewing the source code and the tool, please refer to the provided image.