See also the ideas noted here: [[squeak-dev] [ANN] SimulationStudio and sandboxed execution for Squeak](http://forum.world.st/ANN-SimulationStudio-and-sandboxed-execution-for-Squeak-td5127804.html) ## Tracing - [x] **Bytecode-accurate coverage detection** (see #46) - [x] **Bytecode-accurate MSR-like trace recording** (send-accurate prototype exists, see also https://github.com/LinqLover/squeak-tracedebugger) - [x] Benchmark creation (bytecode + primitive call counter) (see #29) - [x] Logging of side effects (either log relevant statements or final values) (for "final values", see https://github.com/LinqLover/squeak-tracedebugger; for causes of side effects, see #57) ## Manipulation - [ ] Disable certain primitives - [x] **Sandbox** (exists!) - [ ] Revertable simulation (with a "step back" button, see trace recording above, WIP) ## Exploration - [x] **Unlimited MethodFinder** (exists!) - [ ] **Type-Guessing for Autocompletion** (WIP: needs to be committed, UI support would be nice) --- Add _your_ ideas below!
See also the ideas noted here: [squeak-dev] [ANN] SimulationStudio and sandboxed execution for Squeak
Tracing
Manipulation
Exploration
Add your ideas below!