Why do I receive "First Chance Exceptions" in the Microsoft Visual Studio debugger when I run my application which uses a MATLAB Compiler generated library?
2 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2011 年 11 月 10 日
編集済み: MathWorks Support Team
2020 年 2 月 19 日
I am using the Microsoft Visual Studio debugger. I am building an application which uses a MATLAB Compiler generated library. When I run my application from the debugger, the message region fills with up to several hundred messages of the form:
First chance exception in ....
The application runs to completion correctly despite the messages however.
採用された回答
MathWorks Support Team
2020 年 2 月 19 日
編集済み: MathWorks Support Team
2020 年 2 月 19 日
This is the expected behavior. The Microsoft Visual Studio debugger displays information about first-chance exceptions, which do not necessarily indicate an error. For applications / components which handle exceptions gracefully, first chance exception messages let the developer know that an exceptional situation was encountered and was handled.
For more information about first-chance exceptions, refer to the Microsoft Visual Studio debugger documentation, and the Microsoft information at the following links:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!