We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The motor.c exists in the given path. I don't understand what is this error saying:
==================== Initialize ==================== Load SVD: .vscode\stm8s105k4.svd.json ==================== Connect ==================== [SEND]: set print elements 0 [END] [SEND]: set width 0 [END] [SEND]: file "C:/Users/dzidm/Repos/TSDZ2-Smart-EBike-1/bin/main.elf" Reading symbols from C:/Users/dzidm/Repos/TSDZ2-Smart-EBike-1/bin/main.elf... done. [SEND]: continue& No source file named c:\Users\dzidm\Repos\TSDZ2-Smart-EBike-1\src\controller\motor.c. [END]
Configuration:
{ "version": "0.2.0", "configurations": [ { "name": "stm8-debug", "type": "stm8-debug", "request": "launch", "serverType": "stm8-sdcc", "executable": "${workspaceFolder}\\bin\\main.elf", "cpu": "STM8S105S6", "port": "3333", "svdFile": ".vscode\\stm8s105k4.svd.json", "openOcdConfigs": [ "interface/stlink-v2.cfg", "target/stm8s105.cfg" ] } ] }
main.elf
The text was updated successfully, but these errors were encountered:
I think this was due to a breakpoint pointing to a wrong location.
Sorry, something went wrong.
No branches or pull requests
The motor.c exists in the given path. I don't understand what is this error saying:
Configuration:
main.elf
The text was updated successfully, but these errors were encountered: