Skip to content

Tags: chuckstudio79/vscode-unity-debug

Tags

Version-3.0.2

Toggle Version-3.0.2's commit message
Update vscode dependencies

This required changes in the exception window

Version-3.0.1

Toggle Version-3.0.1's commit message
Added support for LogPoints.

New test suites for testing debugger integration with debugger libs.
This tests both evaluation and breakpoints.
This requires linking to a specific mono on disk. This needs to be
changed.

Version-2.7.2

Toggle Version-2.7.2's commit message
Updated README with unsupported unity message.

Version-2.7.0

Toggle Version-2.7.0's commit message
Updated libraries after updating mono.posix in debugger-libs.

Version-2.6.6

Toggle Version-2.6.6's commit message
Resolving issue with breakpoints being deleted for all other than newest

files.

Added error handling to breakpoints.
Updated logging for process and player connection discovery.

Version-2.6.3

Toggle Version-2.6.3's commit message
Fix regression within attach unity debugger. This is necessary when E…

…ditorInstance.json does not exist.

Version-2.6.2

Toggle Version-2.6.2's commit message
Fix missing EditorInstance.json will result in error and warnings and

the user will be told to use the command palette instead.

Cleanup of code style issues in UnityDebugSession

Version-2.6.1

Toggle Version-2.6.1's commit message
Updating libraries to resolve misuse of NRefactory within debugger-libs.