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
Hi,
I want to debug my Firmware code for Cortex-R core.
openocd and gdb both works fine in command prompt. Just want to use VScode GUI for debugging.
I have the openocd cfg and tcl file ready. Just want to mention them in launch.json.
Thats why I want to use overrideLaunchCommands parameter. but I am not able to over ride all the default commands given to openocd server.
Can you please help me how I can give only openocd.exe -f config.cfg -f file.tcl through launch.json.
The text was updated successfully, but these errors were encountered:
Hi,
I want to debug my Firmware code for Cortex-R core.
openocd and gdb both works fine in command prompt. Just want to use VScode GUI for debugging.
I have the openocd cfg and tcl file ready. Just want to mention them in launch.json.
Thats why I want to use overrideLaunchCommands parameter. but I am not able to over ride all the default commands given to openocd server.
Can you please help me how I can give only openocd.exe -f config.cfg -f file.tcl through launch.json.
The text was updated successfully, but these errors were encountered: