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 search: Only display reachable signatures/classes in the dialog #53

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

Currently, search is scoped to the tree below the selected context (and I think this is the way that makes most sense). However, search suggestions should only be collected for all actually reachable hits.

Also pre-select the current value when bringing up the dialog.