![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/726584/image.png)
How can I track error from executable standalone application ?
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi
I have created one app in appdesigner . From that I have created Matlab app as well as standalone app.
Matlab app works perfectly fine but standalone app gets opened but if I click on button , it gives an error.
How/where can I track or see those errer?
I have also installed the recommended Matlab Run-Time.
I tried it in command prompt by navigating its folder but I dont see any pop ups there.
댓글 수: 0
채택된 답변
Gopinath Karuppannan
2021년 9월 1일
Hi
You can track your code status / error in the console window. The console window will be displayed only by deselect the
following (image) check box in the additional runtime settings while creating the standalone executable file.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/726584/image.png)
Hope it helps your problem.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!