How do I get visibility to the "Step" debugging feature? I don't see this button in "Editor" view?

8 views (last 30 days)
When trying to debug my code, I don't see the "Step" debugging feature. I only see the "Run", Run and Advance", Run Selection", "Advance", and "Run and Time" buttons. How does one get visibility to the "Step" feature?

Answers (1)

Steven Lord
Steven Lord on 1 Jul 2015
Set a breakpoint, then run the code. Once MATLAB reaches the breakpoint, the Run section of the Edit tab on the Toolstrip will change into the Debug section, which contains the Step button along with Continue, Step In, Step Out, etc.
  1 Comment
Matthew Janssen
Matthew Janssen on 1 Jul 2015
I set a breakpoint, but for some reason MATLAB isn't stopping at the breakpoint. Therefore, I still don't see the Step, Step In, etc. showing up. Any thoughts?

Sign in to comment.

Categories

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

Tags

Products

Community Treasure Hunt

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

Start Hunting!