Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Imart DebugNew to Visual Studio Code? Get it now.
Imart Debug

Imart Debug

Yao Chunlin

|
563 installs
| (0) | Free
Intra-mart debugger for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Intramart Debug

This is a intramart VS Code debug adapters.

Imart Debug attach to remote intramart instance, and debugging jssp script.

Using Imart Debug

  • Install the Imart Debug extension in VS Code.

  • Config jvm args to resin.

    -Djp.co.intra_mart.system.javascript.Debugger.port=9000
    
  • Create launch.json

    {
      "version": "0.2.0",
      "configurations": [
        {
          "type": "imart",
          "request": "attach",
          "name": "Debug Imart",
          "trace": true,
          "localRoot": "${workspaceFolder}/src/main/jssp",
          "port": 9000,
        }
      ]
    }
    
  • F5 to start it.

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