-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
This might be a bit out of scope
Since we're working with a couple of different targets and families, with different debug setup requirements, every time I want to work on a different family I need to setup the debugging environment, either dealing with stashes, copy pasting or just writing things from scratch, this gets old quick.
Maybe we could consider integrating some of this with the build system, for instance we configure a target, and the bs automatically sets up the configuration for debugging that specific target, it's just a couple json files if we're talking VSCode which is what I use to work on this. of course limiting developers to Code is not great, but doing something more flexible would maybe complicate things.
This could also just be a different tool/script altogether, or even be approached from a different angle and have an extension for Code instead.
This is just an idea I had, sorry if the explanation is a bit convoluted.