Skip to content

Commit f292348

Browse files
committed
bump to 0.25.0
1 parent 271bf42 commit f292348

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
lines changed

CHANGELOG.md

+26-18
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,50 @@
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+
19
# 0.24.0
210

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
715

816
# 0.23.1
917

1018
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
1422

1523
# 0.23.0
1624

1725
(released March 2019)
1826

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)
2432

2533
# 0.22.0
2634

2735
(released March 2018)
2836

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)
3341

3442
# 0.21.0 / 0.21.1 / 0.21.2
3543

3644
(0.21.2 is pushed without changes to hopefully fix vscode installation)
3745

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)
4048

4149
# 0.20.0
4250

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"debug"
1111
],
1212
"license": "public domain",
13-
"version": "0.24.0",
13+
"version": "0.25.0",
1414
"publisher": "webfreak",
1515
"icon": "images/icon.png",
1616
"engines": {

0 commit comments

Comments
 (0)