Matlab appdesigner ignores control-s save while debugging

3 views (last 30 days)
I have been computing since 1966 so I have a very strong 'control-s to save' urge and not select save
Howver, I keep forgetting that I have to get out of debug mode to save new code with control-s -- so my fixes are not saved
I know it is (might be) my own fault -- but anyway I can get appdesigner editor to tell me that control-s is being rejected other than me noticing immediatelythe little * unsaved marker still there in the banner?
I will have to see if using 'save' pulldown works in debugg mode :-)

Answers (1)

Sai Teja G
Sai Teja G on 7 Sep 2023
Hi Michael,
I understand that you want to save the code during the debug mode itself.
Unfortunately, it is not possible to save the code while in debug mode. Debug mode is designed for making changes to the code to check for correctness, and the ability to save the code is disabled during debugging. The 'SAVE' button is ghosted because it is intended to be used after the completion of code execution.
Hope it helps!

Categories

Find more on Debugging and Analysis in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!