Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Now mentions that the extension has been released to the VS Code Marketplace
  • Loading branch information
albertziegenhagel committed Oct 3, 2024
1 parent 14d34fd commit 09931ce
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,11 @@ It is intended to be the VS Code equivalent of the [Microsoft Child Process Debu

> NOTE: pre-build binaries are currently available for Windows x86-64 only.
This extension has not yet been published in the VS Code Marketplace.
This extension has been published to the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=albertziegenhagel.childdebugger).

You can download the latest pre-release `*.vsix` package from the "Rolling release" at
It is suggested to install the latest release via VS Code's extension manager.

https://github.com/albertziegenhagel/childdebugger-vscode/releases/tag/head

and [install it in VS Code manually](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix).

The extension will automatically install an integration into the VS Debug Engine when it is activated. You can confirm that this integration was installed successfully by checking that you see something similar to
When installed in VS Code, the extension will automatically install an integration into the VS Debug Engine when it is activated. You can confirm that this integration was installed successfully by checking that you see something similar to

```
-------------------------------------------------------------------
Expand All @@ -50,6 +46,12 @@ Loading extensions from 'C:\Users\[User]\.vscode\extensions\albertziegenhagel-ch

in the beginning of the `DEBUG CONSOLE` output view when debugging any native application through the C++ `cppvsdbg` debugger.

If you want to try out the very latest features, you can can download the latest pre-release `*.vsix` package from the "Rolling release" at

https://github.com/albertziegenhagel/childdebugger-vscode/releases/tag/head

and [install it in VS Code manually](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix).

## Usage

By default, child processes debugging is disabled to make the impact of this extension on the usual debugging experience as small as possible. To enable it, you have to add `"autoAttachChildProcess": true` to the debug configuration in your `launch.json`. E.g. this could look like this:
Expand Down

0 comments on commit 09931ce

Please sign in to comment.