breakpoints grey and cannot be set

61 views (last 30 days)
Saharul Arof
Saharul Arof on 16 Oct 2021
Answered: MEP on 5 May 2022
i cannot use breakpoints...all in grey color
  3 Comments
dpb
dpb on 16 Oct 2021
The editor shows warnings/errors with the red flag at the top -- breakpoints can't be set if there are compilation errors.
Fix those and I'll bet joy will ensue...
Walter Roberson
Walter Roberson on 16 Oct 2021
To me the colors look orange, which is warning like no semi-colon on the line. Red can prevent breakpoints but I only see orange.

Sign in to comment.

Answers (2)

Ananya Tewari
Ananya Tewari on 19 Oct 2021
Hello,
Ideally you should be able to set breakpoints using the left click on "-" symbol beside the line number, if somehow that is not possible you can try using dbstop and see if you can set a breakpoint. Additionally refer to this document to understand debugging in MATLAB Editor.

MEP
MEP on 5 May 2022
Sometimes if the GUI is not saved the color is grey, after you have saved click on "-" and it began coloured. I hope it will be useful to other users as well.

Categories

Find more on Variables in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!