hpi-swa-lab / squeak-tracedebugger

A lightweight and interactive back-in-time debugger for Squeak to trace and retrace past method invocations and state changes. Powered by SimulationStudio.
https://hpi-swa-lab.github.io/squeak-tracedebugger/
MIT License
6 stars 0 forks source link

Context filters #47

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

This PR adds support for context filters in the cursor interface and in the debugger UI. Context filters allow users to filter out irrelevant method invocations. By opening the context menu on any method, new filters can be defined quickly by example:

image image image