1 | Cortex-Debug: VSCode debugger extension version 1.12.1 git(652d042). Usage info: https://github.com/Marus/cortex-debug#usage
|
2 | "configuration": {
|
3 | "name": "Pico Debug (Cortex-Debug)",
|
4 | "cwd": "C:\\Users\\RS/.pico-sdk/openocd/0.12.0+dev/scripts",
|
5 | "executable": "c:/Rudis/Rubelroller/Electronik/Schweisstrafo/Sps2/build/Sps2.elf",
|
6 | "request": "launch",
|
7 | "type": "cortex-debug",
|
8 | "servertype": "openocd",
|
9 | "serverpath": "C:\\Users\\RS/.pico-sdk/openocd/0.12.0+dev/openocd.exe",
|
10 | "gdbPath": "C:\\Users\\RS\\.pico-sdk\\toolchain\\14_2_Rel1\\bin\\arm-none-eabi-gdb",
|
11 | "device": "RP2040",
|
12 | "configFiles": [
|
13 | "raspberrypi-swd.cfg",
|
14 | "target/rp2040.cfg"
|
15 | ],
|
16 | "svdFile": "C:\\Users\\RS/.pico-sdk/sdk/2.1.1/src/rp2040/hardware_regs/RP2040.svd",
|
17 | "runToEntryPoint": "main",
|
18 | "overrideLaunchCommands": [
|
19 | "monitor reset init",
|
20 | "load \"c:/Rudis/Rubelroller/Electronik/Schweisstrafo/Sps2/build/Sps2.elf\""
|
21 | ],
|
22 | "openOCDLaunchCommands": [
|
23 | "adapter speed 5000"
|
24 | ],
|
25 | "showDevDebugOutput": "raw",
|
26 | "__configurationTarget": 6,
|
27 | "gdbServerConsolePort": 55878,
|
28 | "pvtAvoidPorts": [],
|
29 | "chainedConfigurations": {
|
30 | "enabled": false
|
31 | },
|
32 | "debuggerArgs": [],
|
33 | "swoConfig": {
|
34 | "enabled": false,
|
35 | "decoders": [],
|
36 | "cpuFrequency": 0,
|
37 | "swoFrequency": 0,
|
38 | "source": "probe"
|
39 | },
|
40 | "rttConfig": {
|
41 | "enabled": false,
|
42 | "decoders": []
|
43 | },
|
44 | "graphConfig": [],
|
45 | "preLaunchCommands": [],
|
46 | "postLaunchCommands": [],
|
47 | "preAttachCommands": [],
|
48 | "postAttachCommands": [],
|
49 | "preRestartCommands": [],
|
50 | "postRestartCommands": [],
|
51 | "preResetCommands": [],
|
52 | "postResetCommands": [],
|
53 | "searchDir": [],
|
54 | "toolchainPrefix": "arm-none-eabi",
|
55 | "extensionPath": "c:/Users/RS/.vscode/extensions/marus25.cortex-debug-1.12.1",
|
56 | "registerUseNaturalFormat": true,
|
57 | "variableUseNaturalFormat": true,
|
58 | "pvtVersion": "1.12.1",
|
59 | "__sessionId": "377da438-4513-472d-a8bf-b65d1f4ebec4",
|
60 | "pvtShowDevDebugOutput": "raw"
|
61 | }
|
62 | Reading symbols from c:/users/rs/.pico-sdk/toolchain/14_2_rel1/bin/arm-none-eabi-objdump --syms -C -h -w c:/Rudis/Rubelroller/Electronik/Schweisstrafo/Sps2/build/Sps2.elf
|
63 | Reading symbols from c:/users/rs/.pico-sdk/toolchain/14_2_rel1/bin/arm-none-eabi-nm --defined-only -S -l -C -p c:/Rudis/Rubelroller/Electronik/Schweisstrafo/Sps2/build/Sps2.elf
|
64 | Launching GDB: "C:\\Users\\RS\\.pico-sdk\\toolchain\\14_2_Rel1\\bin\\arm-none-eabi-gdb" -q --interpreter=mi2
|
65 | 1-gdb-version
|
66 | Launching gdb-server: "C:\\Users\\RS/.pico-sdk/openocd/0.12.0+dev/openocd.exe" -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s "C:\\Users\\RS/.pico-sdk/openocd/0.12.0+dev/scripts" -f "c:/Users/RS/.vscode/extensions/marus25.cortex-debug-1.12.1/support/openocd-helpers.tcl" -f raspberrypi-swd.cfg -f target/rp2040.cfg -c "adapter speed 5000"
|
67 | Please check TERMINAL tab (gdb-server) for output from C:\Users\RS/.pico-sdk/openocd/0.12.0+dev/openocd.exe
|
68 | Finished reading symbols from objdump: Time: 31 ms
|
69 | -> =thread-group-added,id="i1"
|
70 | -> ~"GNU gdb (Arm GNU Toolchain 14.2.Rel1 (Build arm-14.52)) 15.2.90.20241130-git\n"
|
71 | -> ~"Copyright (C) 2024 Free Software Foundation, Inc.\n"
|
72 | -> ~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law."
|
73 | -> ~"\nType \"show copying\" and \"show warranty\" for details.\n"
|
74 | -> ~"This GDB was configured as \"--host=i686-w64-mingw32 --target=arm-none-eabi\".\n"
|
75 | -> ~"Type \"show configuration\" for configuration details.\n"
|
76 | -> ~"For bug reporting instructions, please see:\n"
|
77 | -> ~"<https://bugs.linaro.org/>.\n"
|
78 | -> ~"Find the GDB manual and other documentation resources online at:\n <"
|
79 | -> ~"http://www.gnu.org/software/gdb/documentation/>.\n\n"
|
80 | -> ~"For help, type \"help\".\n"
|
81 | -> ~"Type \"apropos word\" to search for commands related to \"word\".\n"
|
82 | -> 1^done
|
83 | 2-gdb-set mi-async on
|
84 | Finished reading symbols from nm: Time: 41 ms
|
85 | OpenOCD: GDB Server Quit Unexpectedly. See gdb-server output in TERMINAL tab for more details.
|
86 |
|
87 |
|
88 | "C:\\Users\\RS/.pico-sdk/openocd/0.12.0+dev/openocd.exe" -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s "C:\\Users\\RS/.pico-sdk/openocd/0.12.0+dev/scripts" -f "c:/Users/RS/.vscode/extensions/marus25.cortex-debug-1.12.1/support/openocd-helpers.tcl" -f raspberrypi-swd.cfg -f target/rp2040.cfg -c "adapter speed 5000"
|
89 | Open On-Chip Debugger 0.12.0+dev-gebec950-dirty (2024-09-27-16:29)
|
90 | Licensed under GNU GPL v2
|
91 | For bug reports, read
|
92 | http://openocd.org/doc/doxygen/bugs.html
|
93 | CDLiveWatchSetup
|
94 | embedded:startup.tcl:28: Error: Can't find raspberrypi-swd.cfg in procedure 'script' at file "embedded:startup.tcl", line 28
|