Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

readme: add deprecation notes #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@

</div>

## Disclaimer

The repository is now **deprecated**, `@theia/cpp-debug` is replaced by [`@theia/memory-inspector`](https://github.com/eclipse-theia/theia/tree/master/packages/memory-inspector#readme).

## Overview
Collection of Theia extensions related to C/C++ development.

## Features
- `@theia/cpp-debug`:
- `@theia/cpp-debug`: **deprecated** - replaced by [`@theia/memory-inspector`](https://github.com/eclipse-theia/theia/tree/master/packages/memory-inspector#readme)
- Debugging support using `GDB` through the `cdt-gdb-vscode` extension.
- Memory view (monitor process memory during debug sessions).
- `@theia/cpp` **deprecated** and **removed** ([past sources](https://github.com/eclipse-theia/theia-cpp-extensions/tree/184f7751f13e1ec021ccae3f076915867168d28d/packages/cpp)):
- `@theia/cpp` **deprecated** and **removed** ([past sources](https://github.com/eclipse-theia/theia-cpp-extensions/tree/184f7751f13e1ec021ccae3f076915867168d28d/packages/cpp)):
- **Deprecated** C/C++ language-features extension.\
(Language-features should instead be contributed by VS Code extensions).

Expand Down
2 changes: 1 addition & 1 deletion packages/cpp-debug/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cpp-debug
# cpp-debug (deprecated)

This extension contributes a set of widgets for viewing memory in different ways.

Expand Down