Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Enflame Debugger Visual Studio Code EditionNew to Visual Studio Code? Get it now.
Enflame Debugger Visual Studio Code Edition

Enflame Debugger Visual Studio Code Edition

燧原科技

|
636 installs
| (0) | Free
Enflame GCU Debugger support for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Enflame Debugger Visual Studio Code Edition

In this release only supports one machine with a single GCU card.

Installation

Press ctrl-p (cmd+p on OS X) and run ext install enflame.debugger in visual studio code. See Usage for details on how to set it up.

Preview

Usage

use enflame debugger you must are root user or have sudo authority

Start debugger over SSH

Image with remote debug

Or you can click "Create Configuration" or use the auto completion instead:

Create a debug configuration

Create debug config

Create a debug configuration over SSH.

Create remote debug config

        {
            "type": "dtu-gdb",
            "request": "launch",
            "name": "DTU Debugger (SSH)",
            "cwd": "${workspaceRoot}",
            "ssh": {
                "host": "remote ip address",
                "port": 22,
                "cwd": "~/",
                "user": "remote user name",
                "password": "remote user password"
            },
            "valuesFormatting": "parseText"
        }

Memory View

Memory View

Show disassemble code in memory view

Disassemble code

Limitation:

GCU IP ccix_serdes_phy0_block and ccix_serdes_phy1_block will return Error, when use Enflame Debugger Visual Studio Code Edition connect one machine with a single GCU card.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft