Breakpoints unpredictable in R2011a
古いコメントを表示
Since upgrading to R2011a, breakpoints in my code are unpredictable. Sometimes they work, and sometimes they don't. My code worked fine with breakpoints in R2010b. I don't have any "clear all" statements, and the breakpoints are still visible as red dots in my code. The code I'm using is on the MATLAB path, and there is only one copy.
Anyone else having difficulty with breakpoints in this latest release? Even better, anyone know how to fix it?
11 件のコメント
Manicka
2011 年 5 月 10 日
I'm also having the same problem. Breakpoints worked fine with 2010b, but in 2011a Matlab skips them about half the time and then I need to set breakpoints at other lines as well to get the original breakpoints to work.
Have you tried reinstalling?
TB
2011 年 5 月 20 日
I also have this problem. I am on Windows 7 x64.
Vladimir
2011 年 6 月 8 日
I am experiencing the same problem on Windows 7 x64. Same code, same workflow, but issue appears on 2011a and not 2010b.
SK
2011 年 6 月 9 日
Same problem here, also on Windows 7 x64. This problem did not appear before MATLAB R2011a.
Matan Hofree
2011 年 8 月 25 日
Same on Linux x64 (CentOS release 5.6 (Final))
Jan
2011 年 8 月 25 日
Did you ask the technical support already? What is the reply?
Daniel Shub
2011 年 8 月 26 日
Can you post some code and instructions on which line to place the break point so we can try and replicate your problem? I am running r2011a and do think I have this problem.
Friedrich
2011 年 8 月 26 日
This is a known issue and unfortunately not reproducible. MathWorks is currently investigating this further.
Daniel Shub
2011 年 8 月 26 日
Is there a bug report on this? I love the known bugs that are being investigate that are not listed as bugs.
Oleg Komarov
2011 年 9 月 5 日
This thing is starting to annoy me as well
What I do is:
click to clear > click to place the breakpoint back > save .m file
Richard Crozier
2012 年 4 月 25 日
This is frankly, outrageous, yet true!!
採用された回答
その他の回答 (5 件)
Alexander Kosenkov
2011 年 8 月 31 日
2 投票
Extremely annoying bug, since R2011a. Breakpoints have their own lives, regardless of user actions. Just doesn't work.
As workaround, sometimes, it helps to modify file (add and remove space) and then saving it again. Otherwise I have to restart Matlab (obviously loosing all breakpoints). Clicking 'Clear all breakpoints in all files' and then setting breakpoints again - does not help for me.
Anyone here from Mathworks to comment?
Andreas Goser
2011 年 9 月 22 日
2 投票
One user pointed me to this thread, as we were discussing aspects of the development timelines and fixing bugs. Indeed, MathWorks fixes bugs in the release under development and not by default for all affected older releases. But certainly, it is possible. And it happens. Please see the recent Service Pack releases. Those are responses on a number of (typically significant) bugs. In short, this is dependent on impact, frequeny and whether accpetable workarounds are available or not. I can just encourage you to describe the impact to Technical Support, so that they can provide this information to Development. You may think the impact is obvious? It is not.
3 件のコメント
Jan
2011 年 9 月 22 日
Thanks for this comment.
I see the problem of the efficient communication of bugs. It is a big challenge for the technical support to filter the high impact problems from the noise of "EVAL does not work as expected" messages. Sometimes the support team is a little bit stubborn (if this term has a negative connotation: sorry, meant more neutrally - I'm not a native speaker), but they *never* left me alone with a problem until I confirmed that it is solved.
I think, this forum is helpful to improve the communication with the technical support: a discussion with other users helps to reduce the noise. If the bug-report contains a rough overview about the number of affected users (e.g. "<10" "<100" etc) and a tiny description of the underlying cause of the bug, it would be easier to estimate, if this is a strange exception or a general lack or quality. "This bug was fixed as of R2011b(7.13)" is not a very encouraging feedback of the feedback.
Walter Roberson
2011 年 9 月 22 日
This is the first I have heard of the service pack releases ??
Jan
2011 年 9 月 22 日
@Walter: Go to http://en.wikipedia.org/wiki/MATLAB and look for the "Release history". There are 2 SPs sincs 2006.
Lucas García
2011 年 8 月 31 日
Hi Robert,
I haven't been able to reproduce this issue, but I have heard it from other users, so that makes it empirically a possible bug in R2011a. In any case, I will recommend that you report it to the Technical Support team mentioning your problem with as much detail as you can.
When you are debugging and type dbstatus, are the true breakpoint lines listed?
As a possible workaround, I will try the following:
>> feature accel off
>> feature jit off
1 件のコメント
Jan
2011 年 9 月 22 日
It cannot be called "workaround" to disable the JIT acceleration. Some of the loops will need 100 times more processing time, such that a program can become completely useless even if it only concerns the debugging.
Sean de Wolski
2011 年 4 月 21 日
0 投票
Are you calling it in cell mode by clicking "Evaluate Cell"?
6 件のコメント
Robert
2011 年 4 月 21 日
Sean de Wolski
2011 年 4 月 21 日
Okay. Do you have multiple files of the same name and it's not running the one you have. E.g. same named files in different folder in which case the break point containing one might not be running?
which your_mfile_name
Walter Roberson
2011 年 4 月 21 日
Also, is it possible that the file or directory is not writable? Breakpoints only work if the file is writable.
Robert
2011 年 5 月 6 日
Jan
2011 年 6 月 8 日
Any CLEAR ALL hidden in a subfunction?!
SK
2011 年 6 月 9 日
Definitely no CLEAR ALL in my code. And the file is writable, too.
Adam
2012 年 5 月 2 日
I didn't know this, maybe everyone else did...
The Matlab statement:
clear all
clears breakpoints. So if you have "clear all" in your script, any breakpoints after that line will be cleared before script execution reaches them, so Matlab won't break. Getting rid of this line was the solution in my case, but it may not work in every case.
[opinion] this functionality is DUMB and should be fixed. [/opinion]
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!