errorStackProcessor
Almost anyone who's made a GUI that has been deployed as an executable has found the headache of debugging that error that the enduser has, but on the machine used to develop does not. In secure systems, there is often no space to write a record of what went wrong. This is where errorStackProcessor is of use.
Place errorStackProcessor in your upper-level function with an over-arching try/catch block, and pass the caught error to errorStackProcessor in the catch section. A dialog will be displayed including a full stack trace, and the specific error that occured.
인용 양식
Brad Clymer (2025). errorStackProcessor (https://kr.mathworks.com/matlabcentral/fileexchange/48036-errorstackprocessor), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- Application Deployment > MATLAB Compiler >
- MATLAB > App Building >
- MATLAB > Programming > Functions > Scope Variables and Generate Names >
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0.0 |
