Testing out visualGDB and I am excited by the potential for this software. Looking to use it for NRF52, ESP32 and STM32 programming, but I am having trouble with visual studio + visual GDB crashing when trying to build a the blink program when utilizing the arduino adafruit NRF52 core. The project is attached.
steps:
Create blink program in arduino and compile with adafruit NRF52 core
save to desktop
open visual studio community 2022 with visualgdb installed
select arduino project
link visualgdb to arduino location, libraries and cores
select Adafruit NRF52 as device
select blink project and start project
attempt to build
visual studio + visualgdb crashes
I don’t have the hardware with me and I am just trying to evaluate the visualgdb as a potential embedded systems programming solution. This could be a problem since I was unable to select USB as the debugger. Tried j-link and custom but these would also crash. Not sure if this could be an issue.
I have the STM32 hardware so I’ll try that out as well.
Any help would be much appreciated.