Problems with "Enable debug options"

Hi,

I am facing a problem with the selection "Enable debug options" when creating a build configuration. I use nRF connect SDK 1.9.1 with VSCode. I create an application from sample aws_iot. Then I make two different build configurations, one with "Enable debug options" checked, and one with the option unchecked. The one that has debug option enabled is not possible to debug (it may work once, but all other debug sessions do not work). But the one that doesn't have the option enabled works fine to debug.

How come there is a difference?

What does "Enable debug options" provide?

Best regards,
Lars

Parents
  • Hi,

    I have replicated the scenario you described myself using aws_iot sample with VS Code and NCS v1.9.1. I did not observe any issue, no matter if "Enable debug options" was checked or unchecked, .

    Best regards,
    Dejan

  • Hi Dejan,

    Strange. I have staerted over, and the first time I debug the build configuration that has "Enable debug options" checked, it works fine. But all other debug sessions don't. I have attached three files with the printouts from "Debug console". One file is how it looks in the build configuration that doesn't have "Enable debug options" checked. The other two has the option checked. The one where debugging is working is the first debug session, the other one is how it looks for all other debug sessions. Is it possible to find any interesting information from this?

    Has any other of your team tested to see if you can repeat this?

    What does "Enable debug options" provide?

    Best regards,
    Lars

    Reading symbols from c:/projekt\nordicsemi\v1.9.1\toolchain\opt\bin\arm-none-eabi-objdump.exe --syms -C -h -w c:\Projekt\nordic\aws_iot\build\zephyr\merged.hex
    Reading symbols from c:/projekt/nordicsemi\v1.9.1\toolchain\opt\bin\arm-none-eabi-nm.exe --defined-only -S -l -C -p c:\Projekt\nordic\aws_iot\build\zephyr\merged.hex
    Launching GDB: "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\arm-none-eabi-gdb.exe" -q --interpreter=mi2 "c:\\Projekt\\nordic\\aws_iot\\build\\zephyr\\merged.hex"
        Set "showDevDebugOutput": true in your "launch.json" to see verbose GDB transactions here. Helpful to debug issues or report problems
    Launching gdb-server: "C:\\Program Files (x86)\\SEGGER\\JLink\\JLinkGDBServerCL.exe" -singlerun -nogui -if swd -port 50000 -swoport 50001 -telnetport 50002 -device nRF9160_xxAA -select usb=960008799 -rtos "C:\\Program Files (x86)\\SEGGER\\JLink\\GDBServer\\RTOSPlugin_Zephyr.dll"
        Please check TERMINAL tab (gdb-server) for output from C:\Program Files (x86)\SEGGER\JLink\JLinkGDBServerCL.exe
    Finished reading symbols from objdump: Time: 96 ms
    Finished reading symbols from nm: Time: 95 ms
    Reading symbols from c:\Projekt\nordic\aws_iot\build\zephyr\merged.hex...
    (No debugging symbols found in c:\Projekt\nordic\aws_iot\build\zephyr\merged.hex)
    WARNING: Cortex-Debug will deprecate use of GDB version 8 after July 2022. Please upgrade to version 9+
    0x00025b22 in ?? ()
    Program stopped, probably due to a reset and/or halt issued by debugger
    add symbol table from file "c:/Projekt/nordic/aws_iot/build/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build/zephyr/zephyr.elf...
    add symbol table from file "c:/Projekt/nordic/aws_iot/build/mcuboot/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build/mcuboot/zephyr/zephyr.elf...
    add symbol table from file "c:/Projekt/nordic/aws_iot/build/spm/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build/spm/zephyr/zephyr.elf...
    2
    Resetting target
    
    Temporary breakpoint 2, main () at C:/Projekt/NordicSemi/v1.9.1/modules/hal/nordic/nrfx/hal/nrf_wdt.h:427
    427	    p_reg->RR[rr_register] = NRF_WDT_RR_VALUE;
    Reading symbols from c:/projekt\nordicsemi\v1.9.1\toolchain\opt\bin\arm-none-eabi-objdump.exe --syms -C -h -w c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex
    Reading symbols from c:/projekt/nordicsemi\v1.9.1\toolchain\opt\bin\arm-none-eabi-nm.exe --defined-only -S -l -C -p c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex
    Launching GDB: "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\arm-none-eabi-gdb.exe" -q --interpreter=mi2 "c:\\Projekt\\nordic\\aws_iot\\build_1_enable_debug_options\\zephyr\\merged.hex"
        Set "showDevDebugOutput": true in your "launch.json" to see verbose GDB transactions here. Helpful to debug issues or report problems
    Launching gdb-server: "C:\\Program Files (x86)\\SEGGER\\JLink\\JLinkGDBServerCL.exe" -singlerun -nogui -if swd -port 50000 -swoport 50001 -telnetport 50002 -device nRF9160_xxAA -select usb=960008799 -rtos "C:\\Program Files (x86)\\SEGGER\\JLink\\GDBServer\\RTOSPlugin_Zephyr.dll"
        Please check TERMINAL tab (gdb-server) for output from C:\Program Files (x86)\SEGGER\JLink\JLinkGDBServerCL.exe
    Finished reading symbols from objdump: Time: 89 ms
    Finished reading symbols from nm: Time: 92 ms
    Reading symbols from c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex...
    (No debugging symbols found in c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex)
    WARNING: Cortex-Debug will deprecate use of GDB version 8 after July 2022. Please upgrade to version 9+
    0x00000438 in ?? ()
    Program stopped, probably due to a reset and/or halt issued by debugger
    add symbol table from file "c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/zephyr/zephyr.elf...
    add symbol table from file "c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/mcuboot/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/mcuboot/zephyr/zephyr.elf...
    add symbol table from file "c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/spm/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/spm/zephyr/zephyr.elf...
    2
    Resetting target
    [New Remote target]
    [Switching to Remote target]
    
    Thread 2 hit Temporary breakpoint 2, main () at C:/Projekt/NordicSemi/v1.9.1/modules/hal/nordic/nrfx/hal/nrf_wdt.h:427
    427	    p_reg->RR[rr_register] = NRF_WDT_RR_VALUE;
    Reading symbols from c:/projekt\nordicsemi\v1.9.1\toolchain\opt\bin\arm-none-eabi-objdump.exe --syms -C -h -w c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex
    Reading symbols from c:/projekt/nordicsemi\v1.9.1\toolchain\opt\bin\arm-none-eabi-nm.exe --defined-only -S -l -C -p c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex
    Launching GDB: "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\arm-none-eabi-gdb.exe" -q --interpreter=mi2 "c:\\Projekt\\nordic\\aws_iot\\build_1_enable_debug_options\\zephyr\\merged.hex"
        Set "showDevDebugOutput": true in your "launch.json" to see verbose GDB transactions here. Helpful to debug issues or report problems
    Launching gdb-server: "C:\\Program Files (x86)\\SEGGER\\JLink\\JLinkGDBServerCL.exe" -singlerun -nogui -if swd -port 50000 -swoport 50001 -telnetport 50002 -device nRF9160_xxAA -select usb=960008799 -rtos "C:\\Program Files (x86)\\SEGGER\\JLink\\GDBServer\\RTOSPlugin_Zephyr.dll"
        Please check TERMINAL tab (gdb-server) for output from C:\Program Files (x86)\SEGGER\JLink\JLinkGDBServerCL.exe
    Finished reading symbols from objdump: Time: 81 ms
    Finished reading symbols from nm: Time: 85 ms
    Reading symbols from c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex...
    (No debugging symbols found in c:\Projekt\nordic\aws_iot\build_1_enable_debug_options\zephyr\merged.hex)
    WARNING: Cortex-Debug will deprecate use of GDB version 8 after July 2022. Please upgrade to version 9+
    0x00025b22 in ?? ()
    Program stopped, probably due to a reset and/or halt issued by debugger
    add symbol table from file "c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/zephyr/zephyr.elf...
    add symbol table from file "c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/mcuboot/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/mcuboot/zephyr/zephyr.elf...
    add symbol table from file "c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/spm/zephyr/zephyr.elf"
    (y or n) [answered Y; input not from terminal]
    Reading symbols from c:/Projekt/nordic/aws_iot/build_1_enable_debug_options/spm/zephyr/zephyr.elf...
    2
    Resetting target
    [New Thread 536930240]
    [New Thread 536923376]
    [New Thread 536925696]
    [Switching to Thread 536930240]
    Run to 'main' timed out. Trying to pause program

  • Hi Dejan,

    Yes, I have tested hello_world for nRF9160, and it works fine to debug with Ozone.

    Best regards,

    Lars

  • Hi Lars,

    I am glad to know that debugging is working for you at the moment.

    Best regards,
    Dejan

  • Hi Dejan,

    Yes, it works for hello_world, but not aws_iot.

    Best regards,

    Lars

  • Hi Lars,

    Could you try some other nRF9160 application other than hello_world?

    Best regards,
    Dejan

  • Hi Dejan,

    Now I have installed SDK 2.0.0 and tested sample aws_iot. It is the same bahaviour as I experienced in my first post in this case (for SDK 1.9.1): a build configuration with "Enable debug options" checked doesn't work to debug, while not checking the "Enable debug options"-box will make it possible to debug.

    When I now run aws_iot sample with SDK 1.9.1, it worked as mentioned above before. But now I get this error (no matter if "Enable debug options" is checked or not):

    cortexm-debug extension message: 'WARNING: Cortex-Debug will deprecate use of GDB version 8. Please upgrade to version 9+'

    How come somethng that worked before doesn't work now? I thought that using a specific SDK with a specific toolchain would always do the same thing.

    I have found this post: devzone.nordicsemi.com/.../cortexm-debug-extension-message-warning-cortex-debug-will-deprecate-use-of-gdb-version-8-please-upgrade-to-version-9. I seems to describe how to do a manual installation. I have only installed through nRF Connect for Desktop. Reading this page makes me only confused. Do I need to do something manually, or can I go through some GUI?

    Best regards,
    Lars

Reply
  • Hi Dejan,

    Now I have installed SDK 2.0.0 and tested sample aws_iot. It is the same bahaviour as I experienced in my first post in this case (for SDK 1.9.1): a build configuration with "Enable debug options" checked doesn't work to debug, while not checking the "Enable debug options"-box will make it possible to debug.

    When I now run aws_iot sample with SDK 1.9.1, it worked as mentioned above before. But now I get this error (no matter if "Enable debug options" is checked or not):

    cortexm-debug extension message: 'WARNING: Cortex-Debug will deprecate use of GDB version 8. Please upgrade to version 9+'

    How come somethng that worked before doesn't work now? I thought that using a specific SDK with a specific toolchain would always do the same thing.

    I have found this post: devzone.nordicsemi.com/.../cortexm-debug-extension-message-warning-cortex-debug-will-deprecate-use-of-gdb-version-8-please-upgrade-to-version-9. I seems to describe how to do a manual installation. I have only installed through nRF Connect for Desktop. Reading this page makes me only confused. Do I need to do something manually, or can I go through some GUI?

    Best regards,
    Lars

Children
  • Hi Lars,

    Which operating system do you use?

    Best regards,
    Dejan

  • Hi Dejan,

    It's Windows 10.

    Best regards,

    Lars

  • Hi Lars, 

    Could you send "Generate Support Information"? You can find a link to it when you select nRF Connect Extension in VS Code. Alternatively, press CTRL+SHIFT+P and starts typing "Generate Support Information".

    Best regards,
    Dejan

  • Hi Dejen,

    Ok, now I have generated support information for both builds. No big difference as far as I can see.

    Have you been able to repeat what I see?

    Best regards,

    Lars

    IMPORTANT: The data below could contain sensitive or confidential information about your environment.
    If you do not wish this to be seen by others, please make sure to remove it before sharing.
    
    For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 10 Pro",
        "osKernel": "10.0.19041",
        "vscode": "1.70.2",
        "electron": "18.3.5",
        "node": "v16.13.2"
      },
      "system": {
        "date": "2022-08-29T07:25:42.551Z",
        "vscodeRoot": "c:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "138:33:39",
        "osUptime": "138:36:46",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz",
          "speed": "2112 MHz",
          "count": 4
        },
        "memory": {
          "total": "15.82 GB",
          "free": "3.86 GB"
        }
      },
      "workspace": {
        "name": "aws_iot_200",
        "workspaceFile": null,
        "folders": [
          "c:\\Projekt\\nordic\\aws_iot_200"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2022.7.242",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2022.7.242-win32-x64",
            "isActive": false
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.7.21",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.7.21",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.7.36",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.7.36",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.7.24",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.7.24",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.0",
          "ms-vscode.cpptools": "1.11.5",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.15",
          "ms-vscode.js-debug": "1.70.0",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "josetr.cmake-language-support-vscode": "0.0.4",
          "ms-dotnettools.vscode-dotnet-runtime": "1.5.0",
          "ms-vscode.cmake-tools": "1.11.26",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "twxs.cmake": "0.0.17"
        }
      },
      "tools": {
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.14.1",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.16.0",
        "nrfutil": "Not found",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Scripts\\west.exe": "0.13.1",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\python.exe": "3.8.2",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\gperf.exe": "3.1",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\gn.exe": "2039",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\mingw64\\bin\\git.exe": "2.26.2.windows.1"
      },
      "sdks": [
        {
          "version": "1.6.0",
          "path": "c:\\Projekt\\Nordaq\\v1.6.0"
        },
        {
          "version": "1.6.1",
          "path": "c:\\Projekt\\Nordaq\\v1.6.1"
        },
        {
          "version": "1.7.0",
          "path": "c:\\Projekt\\Nordaq\\v1.7.0"
        },
        {
          "version": "1.7.1",
          "path": "c:\\Projekt\\NordicSemi\\v1.7.1"
        },
        {
          "version": "1.7.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.7.0"
        },
        {
          "version": "1.8.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.8.0"
        },
        {
          "version": "1.9.1",
          "path": "c:\\Projekt\\NordicSemi\\v1.9.1"
        },
        {
          "version": "1.9.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.9.0"
        },
        {
          "version": "2.0.0",
          "path": "c:\\Projekt\\NordicSemi\\v2.0.0"
        }
      ],
      "toolchains": [
        {
          "version": "1.6.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.6.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.6.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.6.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.6.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.6.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.7.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.7.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.7.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.7.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.7.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.7.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.8.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.8.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.8.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.9.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.9.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.9.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.9.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.9.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "2.0.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/toolchains/v2.0.0",
            "scheme": "file"
          }
        }
      ],
      "connectedDevices": [
        {
          "serialNumber": "960055412"
        }
      ],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "c:\\Projekt\\NordicSemi\\v2.0.0",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.0.0}"
          },
          "ozonePath": "C:\\Program Files\\SEGGER\\Ozone\\Ozone.exe",
          "applications": [
            "c:\\Projekt\\nordic\\aws_iot_200"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "welcome": {
            "showOnStartup": false
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [
            "C:\\Projekt\\Svekon\\Nordic\\nrf9160_iot_base"
          ],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "Cortex-Debug"
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showRTOS": false,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\lars.magnusson.SVEKON",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\lars.magnusson.SVEKON",
          "Path": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\mingw64\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\mingw64\\libexec\\git-core;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\arm-zephyr-eabi\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Scripts;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "ZEPHYR_BASE": "c:\\Projekt\\NordicSemi\\v2.0.0\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk",
          "PYTHONPATH": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Lib;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\lars.magnusson.SVEKON",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\lars.magnusson.SVEKON",
          "Path": "C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "PATH": "C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
        },
        "toolchainPath": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0",
        "toolchainBinPath": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.0.0"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    
    IMPORTANT: The data below could contain sensitive or confidential information about your environment.
    If you do not wish this to be seen by others, please make sure to remove it before sharing.
    
    For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 10 Pro",
        "osKernel": "10.0.19041",
        "vscode": "1.70.2",
        "electron": "18.3.5",
        "node": "v16.13.2"
      },
      "system": {
        "date": "2022-08-29T07:20:12.427Z",
        "vscodeRoot": "c:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "138:28:09",
        "osUptime": "138:31:15",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz",
          "speed": "2112 MHz",
          "count": 4
        },
        "memory": {
          "total": "15.82 GB",
          "free": "4.15 GB"
        }
      },
      "workspace": {
        "name": "aws_iot_200",
        "workspaceFile": null,
        "folders": [
          "c:\\Projekt\\nordic\\aws_iot_200"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2022.7.242",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2022.7.242-win32-x64",
            "isActive": false
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.7.21",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.7.21",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.7.36",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.7.36",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.7.24",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.7.24",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.0",
          "ms-vscode.cpptools": "1.11.5",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.15",
          "ms-vscode.js-debug": "1.70.0",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "josetr.cmake-language-support-vscode": "0.0.4",
          "ms-dotnettools.vscode-dotnet-runtime": "1.5.0",
          "ms-vscode.cmake-tools": "1.11.26",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "twxs.cmake": "0.0.17"
        }
      },
      "tools": {
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe": "0.14.1",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.16.0",
        "nrfutil": "Not found",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Scripts\\west.exe": "0.13.1",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\python.exe": "3.8.2",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\gperf.exe": "3.1",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\gn.exe": "2039",
        "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\mingw64\\bin\\git.exe": "2.26.2.windows.1"
      },
      "sdks": [
        {
          "version": "1.6.0",
          "path": "c:\\Projekt\\Nordaq\\v1.6.0"
        },
        {
          "version": "1.6.1",
          "path": "c:\\Projekt\\Nordaq\\v1.6.1"
        },
        {
          "version": "1.7.0",
          "path": "c:\\Projekt\\Nordaq\\v1.7.0"
        },
        {
          "version": "1.7.1",
          "path": "c:\\Projekt\\NordicSemi\\v1.7.1"
        },
        {
          "version": "1.7.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.7.0"
        },
        {
          "version": "1.8.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.8.0"
        },
        {
          "version": "1.9.1",
          "path": "c:\\Projekt\\NordicSemi\\v1.9.1"
        },
        {
          "version": "1.9.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.9.0"
        },
        {
          "version": "2.0.0",
          "path": "c:\\Projekt\\NordicSemi\\v2.0.0"
        }
      ],
      "toolchains": [
        {
          "version": "1.6.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.6.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.6.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.6.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.6.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.6.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.7.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.7.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.7.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.7.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.7.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.7.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.8.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.8.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.8.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.9.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.9.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.9.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.9.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.9.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "2.0.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/toolchains/v2.0.0",
            "scheme": "file"
          }
        }
      ],
      "connectedDevices": [
        {
          "serialNumber": "960055412"
        }
      ],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "c:\\Projekt\\NordicSemi\\v2.0.0",
          "toolchain": {
            "path": "${nrf-connect.toolchain:2.0.0}"
          },
          "ozonePath": "C:\\Program Files\\SEGGER\\Ozone\\Ozone.exe",
          "applications": [
            "c:\\Projekt\\nordic\\aws_iot_200"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "welcome": {
            "showOnStartup": false
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [
            "C:\\Projekt\\Svekon\\Nordic\\nrf9160_iot_base"
          ],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "Cortex-Debug"
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showRTOS": false,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\lars.magnusson.SVEKON",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\lars.magnusson.SVEKON",
          "Path": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\mingw64\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\mingw64\\libexec\\git-core;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\arm-zephyr-eabi\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Scripts;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "ZEPHYR_BASE": "c:\\Projekt\\NordicSemi\\v2.0.0\\zephyr",
          "ZEPHYR_TOOLCHAIN_VARIANT": "zephyr",
          "ZEPHYR_SDK_INSTALL_DIR": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk",
          "PYTHONPATH": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Lib;c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\lars.magnusson.SVEKON",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\lars.magnusson.SVEKON",
          "Path": "C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "PATH": "C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
        },
        "toolchainPath": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0",
        "toolchainBinPath": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin",
        "toolchainVersion": "2.0.0"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    

  • Hi again,

    The above support info-files are for aws_iot from SDK 2.0.0.
    Here I attach support info for aws_iot SDK 1.9.1, where I get the message
    "WARNING: Cortex-Debug has deprecated use of GDB version 8 after July 2022. Please upgrade to version 9+"
    How come something that worked before doesn't work now? I thought that using a specific SDK with a specific toolchain would always do the same thing.

    Best regards,
    Lars

    [10:22:32] west build --build-dir c:\Projekt\nordic\aws_iot_191\build_debug_options_enabled c:\Projekt\nordic\aws_iot_191
    [10:22:33] Success.
    [10:22:50] west build --build-dir c:\Projekt\nordic\aws_iot_191\build_debug_options_disabled c:\Projekt\nordic\aws_iot_191
    [10:22:51] Success.
    [10:22:59] west build --build-dir c:\Projekt\nordic\aws_iot_191\build_debug_options_enabled c:\Projekt\nordic\aws_iot_191
    [10:23:01] Success.
    IMPORTANT: The data below could contain sensitive or confidential information about your environment.
    If you do not wish this to be seen by others, please make sure to remove it before sharing.
    
    For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.
    
    {
      "platform": {
        "os": "win32",
        "osVersion": "Windows 10 Pro",
        "osKernel": "10.0.19041",
        "vscode": "1.70.2",
        "electron": "18.3.5",
        "node": "v16.13.2"
      },
      "system": {
        "date": "2022-08-29T08:23:16.915Z",
        "vscodeRoot": "c:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app",
        "nrfConnectForDesktopInstalled": true,
        "vscodeUptime": "00:01:22",
        "osUptime": "139:34:20",
        "cpu": {
          "model": "Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz",
          "speed": "2112 MHz",
          "count": 4
        },
        "memory": {
          "total": "15.82 GB",
          "free": "3.81 GB"
        }
      },
      "workspace": {
        "name": "aws_iot_191",
        "workspaceFile": null,
        "folders": [
          "c:\\Projekt\\nordic\\aws_iot_191"
        ]
      },
      "extensions": {
        "internal": {
          "nordic-semiconductor.nrf-connect": {
            "version": "2022.7.242",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2022.7.242-win32-x64",
            "isActive": false
          },
          "nordic-semiconductor.nrf-terminal": {
            "version": "2022.7.21",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.7.21",
            "isActive": true
          },
          "nordic-semiconductor.nrf-devicetree": {
            "version": "2022.7.36",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2022.7.36",
            "isActive": true
          },
          "nordic-semiconductor.nrf-kconfig": {
            "version": "2022.7.24",
            "path": "c:\\Users\\lars.magnusson.SVEKON\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2022.7.24",
            "isActive": true
          }
        },
        "external": {
          "marus25.cortex-debug": "1.6.0",
          "ms-vscode.cpptools": "1.11.5",
          "ms-vscode-remote.remote-wsl-recommender": "0.0.15",
          "ms-vscode.js-debug": "1.70.0",
          "ms-vscode.js-debug-companion": "1.0.18",
          "ms-vscode.vscode-js-profile-table": "1.0.3",
          "josetr.cmake-language-support-vscode": "0.0.4",
          "ms-dotnettools.vscode-dotnet-runtime": "1.5.0",
          "ms-vscode.cmake-tools": "1.11.26",
          "trond-snekvik.gnu-mapfiles": "1.1.0",
          "twxs.cmake": "0.0.17"
        }
      },
      "tools": {
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\arm-none-eabi-gcc.exe": "9-2019-q4-major",
        "C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe": "7.66a",
        "C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe": "10.16.0",
        "nrfutil": "Not found",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\cmake.exe": "3.20.5",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Scripts\\west.exe": "0.12.0",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\python.exe": "3.8.2",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\ninja.exe": "1.9.0",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\gperf.exe": "3.1",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\dtc.exe": "1.4.7",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\gn.exe": "1977",
        "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\mingw64\\bin\\git.exe": "2.26.2.windows.1"
      },
      "sdks": [
        {
          "version": "1.6.0",
          "path": "c:\\Projekt\\Nordaq\\v1.6.0"
        },
        {
          "version": "1.6.1",
          "path": "c:\\Projekt\\Nordaq\\v1.6.1"
        },
        {
          "version": "1.7.0",
          "path": "c:\\Projekt\\Nordaq\\v1.7.0"
        },
        {
          "version": "1.7.1",
          "path": "c:\\Projekt\\NordicSemi\\v1.7.1"
        },
        {
          "version": "1.7.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.7.0"
        },
        {
          "version": "1.8.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.8.0"
        },
        {
          "version": "1.9.1",
          "path": "c:\\Projekt\\NordicSemi\\v1.9.1"
        },
        {
          "version": "1.9.0",
          "path": "c:\\Projekt\\NordicSemi\\v1.9.0"
        },
        {
          "version": "2.0.0",
          "path": "c:\\Projekt\\NordicSemi\\v2.0.0"
        }
      ],
      "toolchains": [
        {
          "version": "1.6.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.6.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.6.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.6.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.6.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.6.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\Nordaq\\v1.7.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/Nordaq/v1.7.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.7.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.7.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.7.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.7.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.7.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.8.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.8.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.8.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.9.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.9.0\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.9.0/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "1.9.1",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/v1.9.1/toolchain",
            "scheme": "file"
          }
        },
        {
          "version": "2.0.0",
          "path": {
            "$mid": 1,
            "fsPath": "c:\\Projekt\\NordicSemi\\toolchains\\v2.0.0",
            "_sep": 1,
            "path": "/C:/Projekt/NordicSemi/toolchains/v2.0.0",
            "scheme": "file"
          }
        }
      ],
      "connectedDevices": [
        {
          "serialNumber": "960055412"
        }
      ],
      "deviceProviders": [
        "nrfjprog"
      ],
      "config": {
        "nordic-semiconductor.nrf-connect": {
          "topdir": "c:\\Projekt\\NordicSemi\\v1.9.1",
          "toolchain": {
            "path": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain"
          },
          "ozonePath": "C:\\Program Files\\SEGGER\\Ozone\\Ozone.exe",
          "applications": [
            "c:\\Projekt\\nordic\\aws_iot_191"
          ],
          "applicationOptions": {},
          "kconfig": {
            "interface": "kconfig"
          },
          "welcome": {
            "showOnStartup": false
          },
          "west": {
            "env": {
              "$base": "terminal"
            }
          },
          "boardRoots": [
            "C:\\Projekt\\Svekon\\Nordic\\nrf9160_iot_base"
          ],
          "enableTelemetry": false,
          "taskBindings": {},
          "debugging": {
            "backend": "Cortex-Debug"
          },
          "activeAppFollowActiveEditor": true
        },
        "nordic-semiconductor.nrf-terminal": {
          "terminalMode": "character"
        },
        "marus25.cortex-debug": {
          "armToolchainPath": null,
          "armToolchainPrefix": "arm-none-eabi",
          "gdbPath": null,
          "objdumpPath": null,
          "JLinkGDBServerPath": null,
          "openocdPath": null,
          "pyocdPath": null,
          "PEGDBServerPath": null,
          "stutilPath": null,
          "stlinkPath": null,
          "stm32cubeprogrammer": null,
          "enableTelemetry": true,
          "registerUseNaturalFormat": true,
          "variableUseNaturalFormat": true,
          "dbgServerLogfile": null,
          "showRTOS": false,
          "showDevDebugOutput": "none"
        }
      },
      "environment": {
        "westExe": "west",
        "westEnv": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\lars.magnusson.SVEKON",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\lars.magnusson.SVEKON",
          "Path": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\mingw64\\bin;c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\mingw64\\libexec\\git-core;c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin;c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Scripts;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "ZEPHYR_BASE": "c:\\Projekt\\NordicSemi\\v1.9.1\\zephyr",
          "GNUARMEMB_TOOLCHAIN_PATH": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt",
          "ZEPHYR_TOOLCHAIN_VARIANT": "gnuarmemb",
          "PYTHONPATH": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin;c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Lib;c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Lib\\site-packages",
          "Python3_ROOT": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin"
        },
        "inherited": {
          "ELECTRON_RUN_AS_NODE": "1",
          "HOME": "C:\\Users\\lars.magnusson.SVEKON",
          "HOMEDRIVE": "C:",
          "HOMEPATH": "\\Users\\lars.magnusson.SVEKON",
          "Path": "C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
          "PATH": "C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\Users\\lars.magnusson.SVEKON\\.nrfconnect-apps\\node_modules\\pc-nrfconnect-toolchain-manager\\resources\\nrfutil-toolchain-manager\\win32\\vcruntime140.dll;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Intel\\WiFi\\bin\\;C:\\Program Files\\Common Files\\Intel\\WirelessCommon\\;C:\\Program Files\\TortoiseGit\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\TortoiseSVN\\bin;C:\\Program Files\\dotnet\\;C:\\Program Files\\IVI Foundation\\VISA\\Win64\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin\\;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\Bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\WinNT\\ktvisa;C:\\Program Files (x86)\\IVI Foundation\\IVI\\bin;C:\\Program Files\\IVI Foundation\\IVI\\bin;C:\\Program Files (x86)\\IVI Foundation\\VISA\\winnt\\agvisa;C:\\Program Files (x86)\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Microsoft\\WindowsApps;;C:\\Users\\lars.magnusson.SVEKON\\AppData\\Local\\Programs\\Microsoft VS Code\\bin"
        },
        "toolchainPath": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain",
        "toolchainBinPath": "c:\\Projekt\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin",
        "toolchainVersion": "1.9.1"
      },
      "terminal": {
        "shell": null,
        "defaultProfile": null
      }
    }
    
    

Related