/debugging

WG21 P1283 Implementation Repository

Primary LanguageCMIT LicenseMIT

Overview

This is an implementation of proposed WG21 (ISO C++) features:

  • `std::breakpoint' (P2514) Causes a debugger to stop at the point of the call.

  • std::is_debugger_present (P2514) Indicates if the program is running in a debugger.

This is based on Isabela Muerte’s implementation of P1279.

It is used and licensed with Isabela’s permission and attribution.