Skip to content

Commit 794347e

Browse files
committed
update for 1.9.1
1 parent 0ec5ab8 commit 794347e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
# V1.9.1 - Major release only available as a Pre-release.
5+
* The Registers Panel is now removed. We had deprecated this window a year ago as it would not give you accurate register values based on the Program/Thread/Frame. The accurate version of the Registers have been available in the VARIABLES panel for almost a year now.
6+
* Fixed some issue when the Live Watch window was empty or variables added while there wasn't a debug session sometimes would not show
7+
* Bugfix: Potential fix for [Issue#840: Variables mixed with a bunch of configuration constants]. Not really a bug but in somecases, the ELF file contained a bunch of symbols that were marked as real object which in fact are not. Trying to filter them out.
8+
49
# V1.9.0 - Major release only available as a Pre-release.
510
* Sorry we had some version number issues. This release was accidentally released as a production 1.7.1 and to undo that, we had to jump two minor versions numbers to keep up with VSCode versioning scheme. Apologies for the confusion.
611
* This is a preview (Pre-release). The biggest feature is the addition of Live Watch. In your launch.json add an object property called `liveWatch` and Intellisense should fill out a template to enable Live Watch.

0 commit comments

Comments
 (0)