This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Commit 4ce787f
File tree
6 files changed
+9
-4
lines changed- External
- UnityDebug
6 files changed
+9
-4
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
- .gitignore+7-2
- .gitmodules-3
- .nuget/NuGet.Config+3
- .travis.yml+2-4
- .vscode/launch.json+16-8
- .vscode/settings.json+4
- .vscode/tasks.json+1-1
- .vscodeignore+4
- CHANGELOG.md+26
- Makefile+14-16
- README.md+48-6
- TerminalHelper.scpt
- images/mono-debug-icon.png
- images/mono-debug-icon.svg-97
- images/mono-debug.png
- mono-debug.csproj+10-42
- mono-debug.sln+3
- package.json+92-16
- package.nls.json+17-1
- packages.config+7-2
- sdb-1
- src/DebugSession.cs+46-92
- src/MonoDebug.cs+64-3
- src/MonoDebugSession.cs+448-232
- src/Protocol.cs+74-24
- src/Terminal.cs-302
- src/Utilities.cs+61-27
- src/sdb/CommandLine.cs-56
- src/sdb/Debugger.cs-796
- src/typescript/extension.ts+173
- src/typescript/tests/adapter.test.ts+29-8
- src/typescript/tsconfig.json+3-2
- testdata/fsharp/Makefile+2
- testdata/fsharp/Program.fs+10
- testdata/output/Makefile+2
- testdata/output/Output.cs
- testdata/simple/Makefile+2
- testdata/simple/Program.cs+3
- testdata/simple_break/Makefile+2
- testdata/simple_break/Program.cs+3-1
- tests/data/output/Output.exe
- tests/data/simple/Program.exe
- tests/data/simple/Program.exe.mdb
- tests/data/simple_break/Program.exe
- tests/data/simple_break/Program.exe.mdb
- tests/debugClient.ts-361
- tests/protocolClient.ts-116
- tests/typings/es6-collections/es6-collections.d.ts-113
- tests/typings/es6-promise/es6-promise.d.ts-73
- tests/typings/mocha/mocha.d.ts-220
- tests/typings/node/node.d.ts-2.1k
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
70 | 76 | | |
71 | 77 | | |
72 | 78 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
| 307 | + | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
| |||
0 commit comments