Skip to content

Releases: dkattan/Copilot-Breakpoint-Debugger

0.0.43

31 Dec 18:52

Choose a tag to compare

## What's Changed
- Add snippet-based breakpoints
- Add required variable_filter and default debug session ending behavior for singleShot versus inspect modes

0.0.42

13 Dec 11:40

Choose a tag to compare

## What's Changed
- Add improved debugger output markdown

0.0.41

13 Dec 10:04

Choose a tag to compare

## What's Changed
- Add enforcement of single quotes

0.0.40

12 Dec 22:48

Choose a tag to compare

## What's Changed
- Add group vars by scope
- Add markdown vars output
- Add stop sessions by id
- Fix filter function variables

0.0.39

12 Dec 20:57

Choose a tag to compare

## What's Changed
- Add refined capture output

0.0.38

12 Dec 17:23

Choose a tag to compare

## What's Changed
- Add rename of capture to captureAndContinue and add guidance
- Fix enhance success and failure reporting in StartDebuggerTool

0.0.37

10 Dec 18:26

Choose a tag to compare

## What's Changed
- Add StartDebuggingAndWaitForStopParams interface definition and standardize import quotes
- Fix honor relocated breakpoints
- Fix update descriptions and enforce required action field in StartDebuggingAndWaitForStopParams interface

0.0.36

10 Dec 16:49

Choose a tag to compare

## What's Changed
- Fix improve response message for stopping debug sessions

0.0.35

10 Dec 16:20

Choose a tag to compare

## What's Changed
- Add serverReady pattern matching and enhanced debugger state reporting

0.0.34

03 Dec 10:21

Choose a tag to compare

## What's Changed
- Add support for reactive-vscode and enhance serverReady actions
- Add improved entry timeout diagnostics
- Add documentation for commands and settings
- Add automated README refresh
- Add reordered prompts in startAndWaitManual command for clarity
- Add standardized string quotes and improved code readability in session and test files
- Add internal refactors and lint fixes
- Fix copilot debugger log settings not being honored