.. default-domain:: chpl .. module:: Debugger :synopsis: The Debugger module provides a collection of useful debugging utilities Debugger ======== **Usage** .. code-block:: chapel use Debugger; or .. code-block:: chapel import Debugger; .. warning:: The Debugger module is unstable due to its experimental behavior The Debugger module provides a collection of useful debugging utilities .. function:: proc breakpoint Sets a breakpoint at this point in execution if compiled with `-g`. .. warning:: If code uses :proc:`breakpoint` and is compiled with `-g`, the program will not be runnable outside of a debugger