continue debug (dbcont) from a gui callback

Hi,
I have a figure in which I plot a vector
a=figure;plot(b)
Next, I place a pushbutton into this figure, with the callback function 'dbcont'
c=uicontrol('style','push','string','Continue','callback','dbcont');
What I'm trying to do, is to continue my debug process from that figure/GUI. However, nothing happens.
I'm aware of different workspaces, and have therefore tried switching them and calling 'dbcont' in all possible combinations with
eval, evalc, feval, evalin, dbup, dbdown
Unfortunately, to no avail. All I want to do is continue my script execution until the next breakpoint.
Any hints will be greatly appreciated!
Thanks,
Mat

댓글 수: 1

Hi Mat,
I had the same issue today, and found this:
com.mathworks.mlservices.MLExecuteServices.consoleEval('dbcont')
Worked like a charm for me.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

질문:

2013년 9월 27일

댓글:

2017년 4월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by