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

Use the debug adapter from cdt-gdb-vscode/cdt-gdb-adapter #10

Merged
merged 1 commit into from
Jan 9, 2019

Commits on Dec 13, 2018

  1. Use the debug adapter from cdt-gdb-vscode/cdt-gdb-adapter

    This patch swaps the debug adapter we use from code-debug to
    cdt-gdb-vscode.  The adapter was built using
    
        npm install && npm run build && npm pack
    
    and hosted as a release at [1].
    
    The file cpp-debug-configuration-schema.json seems unused, so I've
    removed it.  The schema for configurations comes from the package.json
    of the debug adapter/extension anyway.
    
    [1] https://github.com/theia-ide/cdt-gdb-vscode
    
    Signed-off-by: Simon Marchi <simon.marchi@ericsson.com>
    Simon Marchi committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    3848962 View commit details
    Browse the repository at this point in the history