Page 1 of 1
Working with VS Code
Posted: Sun Apr 07, 2019 7:25 pm
by ricardo.halfeld
Is anyone using VS Code to work with Bitcraze stuff? I'm fairly new to all of this so pointers from someone who has successfully done it would be appreciated. I've been using the virtual machine for that stuff, but I use VS Code for pretty much everything else these days. Would be great if I could make it my one-stop-shop for all things programming.
Re: Working with VS Code
Posted: Mon Apr 08, 2019 1:23 pm
by ricardo.halfeld
Just found
this and
this.
At the very end of the second link:
VS can certainly be used as an IDE, but hooking it up to the ARM toolchain for building might not be possible. Investigation needed.
Re: Working with VS Code
Posted: Mon Apr 08, 2019 2:59 pm
by marcus
I'm currently using VSCode but I build from the command line. For debugging I use the
Cortex-Debug plugin. I think there's some features missing, but it possible to break, step and restart the target at least.