Skip to content

cppdbg add postRunCommands config in launch.json #13483

Open
@WittonBell

Description

@WittonBell

Feature Request

When using cppdbg debugging type, it is desirable to add an opportunity to run the specified debugging commands after starting the specified program and before running the program. Refer to the postRunCommands of codelldb debugging type. This is very useful in some cases, such as on Windows, where you can call p (int) SetConsoleOutputCP(65001) to set the character set of the console to display characters correctly.

postRunCommands see https://github.com/vadimcn/codelldb/blob/master/MANUAL.md

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions