필터 지우기
필터 지우기

What does "Interrupt while evaluating Button PrivateButtonPushedFcn." mean?

조회 수: 13 (최근 30일)
Gavin
Gavin 2024년 7월 31일
댓글: Gavin 2024년 8월 1일
My program was working but now I'm getting this.
Interrupt while evaluating Button PrivateButtonPushedFcn.
If I knew more about the error maybe I coud fix it. There is no help looking up this error in MatLab help. Googled but got trivial problems others had had.
  댓글 수: 1
Aditya
Aditya 2024년 7월 31일
Hi Gavin,
you can take a look into this similar kind of issue related to "Interrupt error": https://in.mathworks.com/matlabcentral/answers/432042
or else if possible could you eplain the issue in more details?

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2024년 7월 31일
It means that you pressed control-C while the callback for PrivateButtonPushedFcn was active.
  댓글 수: 1
Gavin
Gavin 2024년 8월 1일
I did not press Ctrl-C but I was possibly at a breakpoint in the debugger.
I'm having trouble because unless you are paused at a breakpoint you can't see any values of variables or handles.
>> app.DebugField.Value
Unable to resolve the name 'app.DebugField.Value'.
>> toPicoStr
Unrecognized function or variable 'toPicoStr'.
Nothing can be seen while the program is running and not halted somewhere. There is probably a reason but I's sure like to track variables without having to set a random breakpoint to get a halt.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Whos에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by