Breakpoint

void Breakpoint (void);

Purpose

Suspends program operation. While the program is suspended, you can inspect or modify variables and use many other features of the LabWindows/CVI interactive program.

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.