github0null / stm8-debug

STM8 Debugger for vscode
MIT License
10 stars 2 forks source link

Why Windows Only #7

Open bWildered1 opened 3 years ago

bWildered1 commented 3 years ago

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

github0null commented 3 years ago

This plug-in support 'IAR' and 'COSMIC', For them, i only have Windows version gdb.

MarrekNozka commented 2 years ago

Yes, but stm8-gdb needn't builtin in stm-debug. Simply call shell command. Instalation of stm8-gdb may be job of user (dependency) no your job. OpenOCD same. SDCC same.