Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Mar 13, 2022
1 parent ee2a76b commit 54d4fbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

# 1.7.0

## Changed
- CodeLLDB configuration settings are now split into three groups: basic, advanced, and launch configuration defaults.

## New
- Updated LLDB to 14.0.0
- Added support for VSCode [memory viewer](https://code.visualstudio.com/updates/v1_64#_viewing-and-editing-binary-data).
- Added UI for [console mode](MANUAL.md#debug-console) switching.

## Fixed
- #584: Rust - With Simple Function, LLDB Debugger variables duplicated and random?
- #633: Rust now emits with a new PDB language identifier, breaking debugging on Windows

# 1.6.10

## Fixed
Expand Down

1 comment on commit 54d4fbb

@genusistimelord
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for releasing this and taking the time to update it for the newer rust changes. Your the best!

Please sign in to comment.