|
| 1 | +# 0.25.0 |
| 2 | + |
| 3 | +(Released May 2020) |
| 4 | + |
| 5 | +* Add support for path substitutions (`{"fromPath": "toPath"}`) for GDB and LLDB (@karljs) |
| 6 | +* Support up to 65535 threads instead of 256 threads (@ColdenCullen) |
| 7 | +* Improve thread names on embedded GDB, makes not all threads always have the same name (with @anshulrouthu) |
| 8 | + |
1 | 9 | # 0.24.0
|
2 | 10 |
|
3 |
| -Added zig as supported language. |
4 |
| -Fix example Debug Microcontroller template |
5 |
| -Implement "Jump to Cursor" to skip instructions |
6 |
| -Fix memory dump for theia |
| 11 | +* Added zig as supported language. |
| 12 | +* Fix example Debug Microcontroller template |
| 13 | +* Implement "Jump to Cursor" to skip instructions |
| 14 | +* Fix memory dump for theia |
7 | 15 |
|
8 | 16 | # 0.23.1
|
9 | 17 |
|
10 | 18 | Fixes:
|
11 |
| -Breakpoints in SSH in other working directories properly resolved |
12 |
| -Undefined/null paths don't crash stacktrace |
13 |
| -Added kotlin to language list |
| 19 | +* Breakpoints in SSH in other working directories properly resolved |
| 20 | +* Undefined/null paths don't crash stacktrace |
| 21 | +* Added kotlin to language list |
14 | 22 |
|
15 | 23 | # 0.23.0
|
16 | 24 |
|
17 | 25 | (released March 2019)
|
18 | 26 |
|
19 |
| -Normalize file paths in stack trace (fixes duplicate opening of files) |
20 |
| -New Examine memory Location UI |
21 |
| -Breakpoints in SSH on windows fixed (@HaronK) |
22 |
| -Project code improvements (@simark) |
23 |
| -Initial configurations contain valueFormatting now (@Yanpas) |
| 27 | +* Normalize file paths in stack trace (fixes duplicate opening of files) |
| 28 | +* New Examine memory Location UI |
| 29 | +* Breakpoints in SSH on windows fixed (@HaronK) |
| 30 | +* Project code improvements (@simark) |
| 31 | +* Initial configurations contain valueFormatting now (@Yanpas) |
24 | 32 |
|
25 | 33 | # 0.22.0
|
26 | 34 |
|
27 | 35 | (released March 2018)
|
28 | 36 |
|
29 |
| -Support for using SSH agent |
30 |
| -Support multi-threading (@LeszekSwirski) |
31 |
| -Fixed GDB expansion logic with floats (Marcel Ball) |
32 |
| -Fixed attach to PID template (@gentoo90) |
| 37 | +* Support for using SSH agent |
| 38 | +* Support multi-threading (@LeszekSwirski) |
| 39 | +* Fixed GDB expansion logic with floats (Marcel Ball) |
| 40 | +* Fixed attach to PID template (@gentoo90) |
33 | 41 |
|
34 | 42 | # 0.21.0 / 0.21.1 / 0.21.2
|
35 | 43 |
|
36 | 44 | (0.21.2 is pushed without changes to hopefully fix vscode installation)
|
37 | 45 |
|
38 |
| -Several fixes to variable pretty printers by @gentoo90 |
39 |
| -Enabled breakpoints for crystal (@faustinoaq) |
| 46 | +* Several fixes to variable pretty printers by @gentoo90 |
| 47 | +* Enabled breakpoints for crystal (@faustinoaq) |
40 | 48 |
|
41 | 49 | # 0.20.0
|
42 | 50 |
|
|
0 commit comments