Hovering mouse over a variable suddenly doesn't show present value in R2015b?

27 次查看(过去 30 天)
Ever since I installed MATLAB on my computer this feature was working, then recently it does not. I saw someone else had an issue but it was solved by re-enabling the feature in preferences.
Any reason why (a) this feature was always working in my R2015b, and is now not saving to be always on when I open matlab.
And, (b) why when this feature is enabled, it does not work in my local functions, and only in my main?
I'm getting frustrated since it greatly speeds up my debugging!
Thanks!
  1 个评论
Adam
Adam 2017-3-13
Is this the case for all variables in all cases or some specific circumstance? e.g. a variable that is both the input and the output of a function will not be visible from the calling function while the function that operates on it is active.

请先登录,再进行评论。

回答(2 个)

prasanth s
prasanth s 2019-3-2
编辑:prasanth s 2019-3-2
I got this issue in matlab 2018a. I found that one of my variable name is 'eval'. 'eval' is an inbuild function name, so i changed the variable name. now it fixed.
  3 个评论
Mohammed Algoblan
Mohammed Algoblan 2020-10-19
Same problem here, though I didn't have any variable called "eval". so I looked for any potential variable that could be an inbuild function name and I found a one called "exist" so I changed its name and it worked just fine.
James Van Zandt
James Van Zandt 2021-8-17
Thanks! I was calling eig, which returns eigenvectors and eigenvalues. For the latter, I'd picked the name "eval". I'm disappointed that the collision broke the debugger.

请先登录,再进行评论。


Brandon Eidson
Brandon Eidson 2017-3-16
Hey Cynthia, I believe the feature to which you are referring is the ability to view variable values in a data tip window while your execution is paused in debug mode. If so, this feature should be enabled by default. The documentation linked to below describes how to use this feature.
I am a little unclear on how the "Enable datatips in edit mode" preference affects this feature. I will submit a request that his documentation be enhanced.
That documentation also mentions some cases when the feature will not work--such as when MATLAB is in the process of overwriting a variable. However, if you believe you are not able to use the feature when you should, I would encourage you to uninstall and reinstall MATLAB. If you are still experiencing the issue, please contact MathWorks Technical Support.
If I understand your second question correctly, I believe the reason is that the MATLAB data tip can only display the values of the variables in the current workspace. I think this is what Adam was getting at. If your debugger is paused in your "main" script, it will not be able to display variable values in function workspaces. You can read more about this distinction in the documentation linked to below.

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by