You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, make sure all your external tools are configured properly and working. We print all the commands in the Debug Console. Most of the bug reports are from Linux users with improperly installed GNU tools. If you can't run those tools, neither can we.
Thank you for helping reduce the number of issues which is becoming overwhelming as most of them are not issues at all. You can delete all the above text and start filing the issue
Describe the bug
A clear and concise description of what the bug is. To Reproduce
Steps to reproduce the behavior:
Start debug session
Click on '....'
Scroll down to '....'
See issue
Expected behavior
[comment]: <> A clear and concise description of what you expected to happen.
Screenshots
[comment]: <> If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
[comment]: <> Whenever possible, please make sure you are using the latest versions of VSCode and our extension
Cortex-Debug Version (this extension) [e.g. 0.2.3]
OS: [e.g. Linux Ubuntu 18.04 LTS, Windows 11, etc.]
GDB Version: [e.g. 1.11.1]
Compiler Toolchain Version: [e.g. arn-none-eabi V 11.1]
Please include launch.json
Note: We are unlikely to look at the issue if you do not supply this
Paste launch.json contents here
Attach text from Debug Console
Please enable debug output in your launch.json ("showDevDebugOutput": "raw"). It this is too large, please attach it as a file
Paste Debug Console contents here
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Cortex-Debug
marus25
912,019
(39)
ARM Cortex-M GDB Debugger support for VSCode
Disable
Uninstall
Auto Update
Installation
Identifier
marus25.cortex-debug
Version
1.12.1
Last Updated
2024-12-19, 12:23:41
Size
2.8 MB
Marketplace
Published
2018-01-12, 20:15:11
Last Released
2023-09-13, 19:08:24
Categories
Debuggers
Resources
Marketplace
Issues
Repository
License
marus25
Cortex-Debug: VSCode debugger extension version 1.12.1 git(652d042). Usage info: https://github.com/Marus/cortex-debug#usage
Reading symbols from D:/Projects/SECA/LoRa/cmake_test/xpacks/@xpack-dev-tools/arm-none-eabi-gcc/.content/bin/arm-none-eabi-objdump.exe --syms -C -h -w D:/Projects/SECA/LoRa/cmake_test/build/debug/lora.elf
Reading symbols from d:/projects/seca/lora/cmake_test/xpacks/@xpack-dev-tools/arm-none-eabi-gcc/.content/bin/arm-none-eabi-nm.exe --defined-only -S -l -C -p D:/Projects/SECA/LoRa/cmake_test/build/debug/lora.elf
Launching GDB: "D:\Projects\SECA\LoRa\cmake_test\xpacks\@xpack-dev-tools\arm-none-eabi-gcc\.content\bin\arm-none-eabi-gdb.exe" -q --interpreter=mi2
IMPORTANT: Set "showDevDebugOutput": "raw" in "launch.json" to see verbose GDB transactions here. Very helpful to debug issues or report problems
Launching gdb-server: "C:/Program Files/SEGGER/JLink/JLinkGDBServerCL.exe" -singlerun -nogui -if swd -port 50000 -swoport 50001 -telnetport 50002 -device ATSAMR34J18B
Please make you search through our existing issues (both open and closed)
It may help to look at these instructions in
Preview
mode. Please visit the correct repo to file an issue. If this is an issue withPlease read our documentation as well. You have a lot of control over how Cortex-Debug works. Besides the top level README.md, we have the following
https://github.com/Marus/cortex-debug/wiki
https://github.com/Marus/cortex-debug/wiki/Cortex-Debug-Under-the-hood
https://github.com/Marus/cortex-debug/blob/master/debug_attributes.md
Finally, make sure all your external tools are configured properly and working. We print all the commands in the Debug Console. Most of the bug reports are from Linux users with improperly installed GNU tools. If you can't run those tools, neither can we.
Thank you for helping reduce the number of issues which is becoming overwhelming as most of them are not issues at all. You can delete all the above text and start filing the issue
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
[comment]: <> A clear and concise description of what you expected to happen.
Screenshots
[comment]: <> If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
[comment]: <> Whenever possible, please make sure you are using the latest versions of VSCode and our extension
Please include
launch.json
Note: We are unlikely to look at the issue if you do not supply this
Attach text from
Debug Console
Please enable debug output in your launch.json (
"showDevDebugOutput": "raw"
). It this is too large, please attach it as a fileAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: