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

Commit 92fa1e6

Browse files
committed
Added support for circumventing string truncation by disabling ellipsing
on strings in watch field. This is a work around the problem of VS Code extension support for debuggers. Best case would be that you could "view" the full variable.
1 parent 0870dd9 commit 92fa1e6

33 files changed

+16179
-6
lines changed

Diff for: Changelog.txt

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Git: https://github.com/Unity-Technologies/vscode-unity-debug
66
Changes
77
-------
88

9+
2.1.0
10+
=====
11+
- Added support for circumventing string truncation by disabling ellipsing on strings in watch field.
12+
13+
2.0.1
14+
=====
15+
- Fix duplicate key exception when assigning breakpoints.
16+
917
2.0.0
1018
=====
1119
- Updated packages to support .NET 4.6 runtime in Unity.

Diff for: External/CorApi.dll

48.5 KB
Binary file not shown.

Diff for: External/CorApi.pdb

13.5 KB
Binary file not shown.

Diff for: External/CorApi2.dll

257 KB
Binary file not shown.

Diff for: External/CorApi2.pdb

490 KB
Binary file not shown.

Diff for: External/ICSharpCode.NRefactory.CSharp.dll

312 KB
Binary file not shown.

Diff for: External/ICSharpCode.NRefactory.CSharp.pdb

6.32 MB
Binary file not shown.

Diff for: External/ICSharpCode.NRefactory.CSharp.xml

+7,488
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: External/ICSharpCode.NRefactory.dll

3 KB
Binary file not shown.

Diff for: External/ICSharpCode.NRefactory.pdb

1.21 MB
Binary file not shown.

Diff for: External/ICSharpCode.NRefactory.xml

+6,517
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: External/Mono.Cecil.Mdb.dll

-512 Bytes
Binary file not shown.

Diff for: External/Mono.Cecil.Pdb.dll

84 KB
Binary file not shown.

Diff for: External/Mono.Cecil.Rocks.dll

26.5 KB
Binary file not shown.

Diff for: External/Mono.Cecil.dll

-2 KB
Binary file not shown.

Diff for: External/Mono.Debugger.Soft.dll

20 KB
Binary file not shown.

Diff for: External/Mono.Debugger.Soft.pdb

542 KB
Binary file not shown.

Diff for: External/Mono.Debugging.Soft.dll

14.5 KB
Binary file not shown.

Diff for: External/Mono.Debugging.Soft.pdb

328 KB
Binary file not shown.

Diff for: External/Mono.Debugging.Soft.xml

+129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: External/Mono.Debugging.Win32.dll

116 KB
Binary file not shown.

Diff for: External/Mono.Debugging.Win32.pdb

270 KB
Binary file not shown.

Diff for: External/Mono.Debugging.dll

21 KB
Binary file not shown.

Diff for: External/Mono.Debugging.pdb

654 KB
Binary file not shown.

0 commit comments

Comments
 (0)