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.
Unix/Linux に DebugBreak の同様の Windows API がありますか。DebugBreak ステートメントが実行されたときに NetBeans を開く必要があるデーモン プロセスをデバッグしたいと考えています。前もって感謝します。
__builtin_trap()GCC 組み込みがあります。
__builtin_trap()
ワウ!これは私が探しているものです://github.com/kmcallister/embedded-breakpoints