Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>VSC NR1 Debugger ExtensionNew to Visual Studio Code? Get it now.
VSC NR1 Debugger Extension

VSC NR1 Debugger Extension

TanBen

|
10,437 installs
| (0) | Free
nr1 launch configurations
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vsc-nr1-debugger-extension

VisualStudio Marketplace VSCodeVersion

Generate Chrome and Firefox launch configuration for debugging New Relic One applications (Nerdpack).

Features

Create launch configurations for:

  1. Chrome browser
  2. Firefox browser

Requirements

Visual Studio Code Debugger extension:

  • Debugger for Chrome
  • Debugger for Firefox

Installation

  1. Open Run/Debug viewlet and select create a launch.json file.
  2. Create launch configuration for either Chrome or Firefox from the dropdown choose either:
> NR1: Chrome Launch
  NR1: Firefox Launch

Launch Configurations

Chrome Browser

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Nr1: Chrome Launch",
      "type": "chrome",
      "request": "launch",
      "smartStep": true,
      "showAsyncStacks": true,
      "url": "https://one.newrelic.com/launcher/nr1-core.home?nerdpacks=local",
      "pathMapping": {
        "webpack://__nr_modules./[name]/nerdlets": "${workspaceFolder}/nerdlets"
      }
    }
  ]
}

Firefox Browser

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "NR1: Firefox Launch",
      "type": "firefox",
      "request": "launch",
      "reAttach": true,
      "url": "https://one.newrelic.com/launcher/nr1-core.home?nerdpacks=local",
      "pathMappings": [
        {
          "url": "webpack://__nr_modules./[name]/nerdlets",
          "path": "${workspaceFolder}/nerdlets"
        }
      ]
    }
  ]
}

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