Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C/C++ コードで Xcode の実行時にカスタム エラー メッセージを表示したいと考えています。これは、カスタム assert() 関数などに使用できます。
SenTestingKit のように、メッセージをインラインで表示したいと思います。
今、私にできることは、 を使用__builtin_trapして正しい行で停止することだけです。ただし、カスタム エラー メッセージは表示されません。
__builtin_trap