28 lines
447 B
Markdown
28 lines
447 B
Markdown
---
|
|
tags:
|
|
- General
|
|
title : VSCodium
|
|
description : Notes
|
|
date : 2025-01-01
|
|
author : Nikola Petrov
|
|
draft : true
|
|
---
|
|
https://vscodium.com/#install-on-debian-ubuntu-deb-package
|
|
|
|
### platform_io
|
|
```
|
|
sudo apt install python3-venv
|
|
sudo usermod -a -G tty $USER
|
|
sudo usermod -a -G dialout $USERNAME
|
|
|
|
```
|
|
|
|
#### arduino debuging
|
|
https://www.youtube.com/watch?v=7wx27FcluMg
|
|
|
|
### C/C++ debuging
|
|
```
|
|
sudo apt install gdb
|
|
```
|
|
|
|
https://rookiehpc.org/index.html |