Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to? Batch Arguments

Jan
179
2
Something going on with the save on the batch arguments. It just started saving the arguments like 2 days ago. Not sure why but great it should be. Now the problem is it saved one set but it doesn't want to seem to update them. I'm not even sure what the trigger to save them is? There's no save button, there's no management of the entire box. My only option is to overtype them. I would call it a BUG but I'm sure you'll call it WAD.
 
Are you referring to the "Batch Parameters" pane or the combo box on the toolbar?

The combobox does not save or restore batch variables, it just shows whatever you've passed on the command line. (For example, "bdebugger test.cmd one two three four".) You can replace the values, but there is no save or restore option for comboboxes.

If you want to load / modify / save batch variables, use the "Batch Parameters" pane on the bottom.
 
This is how it looks when I open it.

Screenshot_20260621_180859_RVNC Viewer.webp


And this is the thing it doesn't save.

Screenshot_20260621_180939_RVNC Viewer.webp
 
Correct, the combo box does not save the arguments. It is there just as a quick way to see the arguments while a file is being debugged.

You can save them in the Batch Parameters pane at the bottom of the BDEBUGGER window., though I am not clear on what (or why) you want to save.
 
Correct, the combo box does not save the arguments. It is there just as a quick way to see the arguments while a file is being debugged.

You can save them in the Batch Parameters pane at the bottom of the BDEBUGGER window., though I am not clear on what (or why) you want to save.
I just showed you that it saved them. Don't just ignore what I told you.
 
Back
Top