Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      Standard library header <debugging> (C++26)

      From cppreference.com
      <cpp‎ |header
       
       
      Standard library headers
       

      This header is part of thediagnostics library.

      Functions

      (C++26)
      pauses the running program when called
      (function)[edit]
      callsstd::breakpoint ifstd::is_debugger_present returnstrue
      (function)[edit]
      checks whether a program is running under the control of a debugger
      (function)[edit]

      [edit]Synopsis

      // all freestandingnamespace std{// debugging utilityvoid breakpoint()noexcept;void breakpoint_if_debugging()noexcept;bool is_debugger_present()noexcept;}
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/header/debugging&oldid=177389"

      [8]ページ先頭

      ©2009-2025 Movatter.jp