-
I've followed the steps to install the `stm8-gdb` but it seems to segfault on my system?
```shell
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04…
-
Since I finally got an SPL example to build and upload correctly on my STM8S103F3 board per #43, I tried to access debugging, but it fails in the sense that it doesn't halt at the `main` function.
…
-
I think you are not the maintainers of this support package, but I'd like to point out that it was compiled some time ago and is probably out of date. When I tried to start a debug session it said tha…
-
Nice job.
Just wondering what makes this 'Windows Only'?
Aren't VS code, sdcc, stm8flash, stm8-gdb, openocd, etc all multi-platform?
Take care
M
-
Hi, thanks for the contribution. Not an issue just wondering if there is something like stm8-gdb to do debugging
-
### Configuration
**Operating system**:
Linux x86
**PlatformIO Version** (`platformio --version`):
pio --version
PlatformIO Core, version 6.1.11
I've read the release note: "Resolved a…
-
Cast @spth!
Hi, Philipp!
I've recently added the result of my work on STVD-SDCC integration!
The toollset works well and able to build STVD project with SDCC.
Here are toolchain settings:
…
-
Hello all, I'm having issues with starting a debug session on the STM8S003F3
Output from the debug terminal:
Compiling .pio/build/stm8s003f3/FrameworkArduino/weak_atexit.c.rel
Compiling .pio/buil…
-
I have an STM8S discovery board.
I have no idea what I am supposed to do.
Here is my launch.json
{
"version": "0.2.0",
"configurations": [
{
"type": "stm8-debug",
…
-
> Install VS-Code
> # Ubuntu and Mint linux
> $ wget https://go.microsoft.com/fwlink/?LinkID=760868 -O vscode.deb
> $ sudo dpkg -i vscode.deb
`$sudo apt-get install code`
> Add extention
> …