Breakpoint
void Breakpoint (void);
Purpose
Suspends program operation. While the program is suspended, you can edit source code, inspect or modify variables, and use many other features of LabWindows/CVI.
![]() |
Note Although you can edit source code while you suspend program execution, those changes do not take effect immediately, even if you save the file. You must terminate execution and rebuild the project to see your changes. |
(Linux) This function is not supported.
![]() |
Note Unlike breakpoints set in the source text editor, this function also suspends execution when debugging a release executable or DLL. However, no source code information will be available for these executables or dlls. |
Parameters
None.
Return Value
None.
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later