How to change openOCD Debugging Configuration startup settings? #644
Unanswered
Ahmed-Bilal-01
asked this question in
Debug Plug-ins Q&A
Replies: 1 comment 4 replies
-
I'm not sure what kind of response you expect. If you want to customise the behaviour of the plugin by editing the source code and recompiling, you should be able to navigate the code and find where various objects are initialised. Some might even be initialised from values in the global configuration file, but I don't remember details, you have to figure out yourself. Also please note that on many fields the values are persistent (for a project or a workspace, I don't remember which), so if you edit them and later create a new configuration, the same values are used. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have a customized launcher for which I want to change the default values and set them to my required values.
openOCD and cfg paths are updated but Startup options are not changing as required and remains on default.
@ilg-ul , Would appreciate if I can get quick response its urgent for me.
Beta Was this translation helpful? Give feedback.
All reactions