Releases: jasonjmcghee/claude-debugs-for-you
Releases · jasonjmcghee/claude-debugs-for-you
Claude Desktop working again
What's Changed
- [CDFY-29]: new claude desktop v no longer works by @jasonjmcghee in #30
Full Changelog: v0.1.0...v0.1.1
Add support for auto-resume of debugging on requested launch
What's Changed
- Improve launching debug session by @hungthai1401 in #18
New Contributors
- @hungthai1401 made their first contribution in #18
Full Changelog: v0.0.7...v0.0.8
Multithreading, Status Menu, Better Configuration
What's Changed
- [CDFY-14]: (Adds multithreading debugging) Use the active stack frame id by @jasonjmcghee in #15
- Add status menu, more commands, multi-window hand-off, and simplified setup to improve quality of life by @jasonjmcghee in #17
Full Changelog: v0.0.6...v0.0.7
Automatically start on vs code initialization + stability
What's Changed
- Make extension start on startup, clean up, add resilience by @jasonjmcghee in #9
- fix cjs bugs and tighten retry loop by @jasonjmcghee in #10
Full Changelog: v0.0.4...v0.0.6
Adds `/sse` support
What's Changed
- Adds support for
/sse
For example, in Cursor:
This is a minimal set of changes to add support for /sse which fixes #7 and was inspired by @dkattan 's work on #5
Full Changelog: v0.0.3...v0.0.4
Compatibility Improvements
What's Changed
- Change built mcp server to be CJS instead of ESM by @jasonjmcghee in #4
- Hotfix/windows-symlink-error by @dkattan in #3, fixing #2
New Contributors
Full Changelog: v0.0.2...v0.0.3
Allow configuring port of MCP Server
- Adds ability to configure the port of the MCP Server
Initial
This is the first release!