cortex-debug
cortex-debug copied to clipboard
Turn off default arguments to openocd server.-
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.