You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many people like vscode, many dont. I personally would like an option to include some vscode setup like in the container base, mainly for the debugging options.
Setup debugging is hard and we should make it as simple as possible for people.
Though in light of not overbloading #95 the generating process what you guys think?
The text was updated successfully, but these errors were encountered:
Not a full solution, but since we are adding a Wokwi standalone prompt that adds support for Wokwi Vs Code extension, it will include a .vscode/launch.json with the required settings to debug
one potential problem, depending on what debugging extension we are using, it need to be installed by the user. So using cppdbg would need the microsoft C/C++ extension, using corged-m-debug would Cortex-Debug extension etc. And iirc VSCode is not smart enough to figoure it out. Have to look into it though, maybe we can find something. We dont have this problem in the container where we can setup the vscode extension by ourself.
Many people like vscode, many dont. I personally would like an option to include some vscode setup like in the container base, mainly for the debugging options.
Setup debugging is hard and we should make it as simple as possible for people.
Though in light of not overbloading #95 the generating process what you guys think?
The text was updated successfully, but these errors were encountered: