Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit c79d8b9

Browse files
committed
Updating libraries to resolve misuse of NRefactory within debugger-libs.
1 parent b56550d commit c79d8b9

19 files changed

+136
-1
lines changed

Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Git: https://github.com/Unity-Technologies/vscode-unity-debug
66
Changes
77
-------
88

9+
2.6.1
10+
=====
11+
- Updated debugger-libs to stop hovering from stack overflowing, due to miss use of NRefactory.
12+
913
2.6.0
1014
=====
1115
- Multithreaded stack trace unwrapping is now enabled. Making it possible to switch context.
0 Bytes
Binary file not shown.
-46 KB
Binary file not shown.
52 KB
Binary file not shown.
67.5 KB
Binary file not shown.

External/ICSharpCode.NRefactory.Cecil.xml

Lines changed: 131 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

External/ICSharpCode.NRefactory.dll

0 Bytes
Binary file not shown.

External/ICSharpCode.NRefactory.pdb

-24 KB
Binary file not shown.

External/Mono.Cecil.Mdb.dll

-512 Bytes
Binary file not shown.

External/Mono.Cecil.Pdb.dll

-512 Bytes
Binary file not shown.

External/Mono.Cecil.Rocks.dll

-512 Bytes
Binary file not shown.

External/Mono.Cecil.dll

-2 KB
Binary file not shown.

External/Mono.Debugger.Soft.dll

0 Bytes
Binary file not shown.

External/Mono.Debugger.Soft.pdb

-10 KB
Binary file not shown.

External/Mono.Debugging.Soft.dll

512 Bytes
Binary file not shown.

External/Mono.Debugging.Soft.pdb

-2 KB
Binary file not shown.

External/Mono.Debugging.dll

0 Bytes
Binary file not shown.

External/Mono.Debugging.pdb

-10 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unity-debug",
33
"displayName": "Debugger for Unity",
4-
"version": "2.6.0",
4+
"version": "2.6.1",
55
"publisher": "Unity",
66
"description": "Unity debugger extension",
77
"license": "MIT",

0 commit comments

Comments
 (0)