Phase 3 complete

This commit is contained in:
Francesco Renzi
2026-01-14 21:05:55 +00:00
parent 379ac038b2
commit a55696a429
2 changed files with 26 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
- [x] **Phase 1:** DAP Protocol Infrastructure (DapMessages.cs, DapServer.cs, basic DapDebugSession.cs)
- [x] **Phase 2:** Debug Session Logic (DapVariableProvider.cs, variable inspection, step history tracking)
- [ ] **Phase 3:** StepsRunner Integration (pause hooks before/after step execution)
- [x] **Phase 3:** StepsRunner Integration (pause hooks before/after step execution)
- [ ] **Phase 4:** Expression Evaluation & Shell (REPL)
- [ ] **Phase 5:** Startup Integration (JobRunner.cs modifications)