Skip to content

Commit b5cc5b9

Browse files
docs: update for release 0.0.49 [skip ci]
1 parent 4c100cc commit b5cc5b9

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [0.0.49] - 2026-01-07
2+
3+
# Release 0.0.49
4+
5+
## Summary
6+
7+
This release introduces automatic step-over functionality and enhances debug session management with stable session IDs and improved tool integration. These improvements provide more reliable debugging experiences and better error handling.
8+
9+
## New Features
10+
11+
- **Automatic Step Over (`autoStepOver`)**: Added intelligent step-over functionality that automatically advances through code execution
12+
- **Stable Session IDs**: Debug sessions now maintain consistent, stable identifiers throughout their lifecycle for better tracking and management
13+
- **Enhanced Tool Integration**: Debug sessions now support `toolId` tracking for improved integration with external tools and better session resolution
14+
15+
## Improvements
16+
17+
- **Enhanced Debug Session Management**: Significant improvements to session lifecycle management with better error handling and state tracking
18+
- **Improved Stop Information**: Enhanced markdown formatting and display of breakpoint stop information with more detailed context
19+
- **Test Coverage**: Expanded test suite with new tests for debug session resolution and snippet breakpoints functionality
20+
21+
## Bug Fixes
22+
23+
- Improved error handling in debug session management to prevent edge cases and improve stability
24+
25+
## Technical Details
26+
27+
**Changed Files**: 16 files modified
28+
- Core session management improvements in `src/session.ts` (+147 lines)
29+
- Enhanced stop information display in `src/stopInfoMarkdown.ts` (+81 lines)
30+
- New test coverage for session resolution and breakpoint handling
31+
- Updated configuration and build settings
32+
33+
**Commits**:
34+
- feat: autoStepOver + stable session ids ([4c100cc](https://github.com/darrenkattan/Copilot-Breakpoint-Debugger/commit/4c100cc))
35+
- feat: enhance debug session management with toolId and improved error handling ([5895491](https://github.com/darrenkattan/Copilot-Breakpoint-Debugger/commit/5895491))
36+
137
## [0.0.48] - 2026-01-07
238

339
# Release Notes - v0.0.48

0 commit comments

Comments
 (0)