You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
ChangeLog
2
2
=========
3
3
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
+
4
9
# V1.9.0 - Major release only available as a Pre-release.
5
10
* 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.
6
11
* 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