Skip to content

Commit

Permalink
Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Sep 2, 2017
1 parent c3c611a commit 36a27d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# What's New
## 0.5.6
## 0.6.0
- The minumum VSCode version is now 1.15.
- Process state will now be updated after custom launch.
- Fixed threads display regression.
- Fixed "Add to Watch" regression.
- Experimental support for reverse-debugging via gdb-server or rr.

## 0.5.5
Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ CodeLLDB: a LLDB front end for Visual Studio Code
- Display of HTML content.
- Rust language support.

Please see the [Manual](MANUAL.md) for details.
For full details please see the [Manual](MANUAL.md).

# Eye Candy

C++ debugging with data visualization ([Howto](https://github.com/vadimcn/vscode-lldb/wiki/Data-visualization)):
<br>
![source](images/plotting.png)
<br>
Rust debugging:
<br>
![source](images/source.png)

# Prerequisites
- Visual Studio Code 1.9.0.
- Visual Studio Code 1.15.0.
- LLDB with Python scripting support on system PATH. ([Installing LLDB](#installing-lldb))

# Quick Start
Expand All @@ -44,13 +42,7 @@ Here's a minimal debug configuration to get you started:
See also: [Debugging in VS Code](https://code.visualstudio.com/docs/editor/debugging), [the Manual](MANUAL.md).

# [Installing LLDB](https://github.com/vadimcn/vscode-lldb/wiki/Installing-LLDB)
Please see [this page](https://github.com/vadimcn/vscode-lldb/wiki/Installing-LLDB).

# [Manual](MANUAL.md)
Be sure to read the [Fine Manual](MANUAL.md)!
# [The Fine Manual](MANUAL.md)

# [Wiki](https://github.com/vadimcn/vscode-lldb/wiki)
Please see the [troubleshooting](https://github.com/vadimcn/vscode-lldb/wiki/Troubleshooting) page
should you have issues with getting the debugger to start.


0 comments on commit 36a27d5

Please sign in to comment.