Table of Contents

DbgFileView::setBreak

(int line)Set a breakpoint at the specified line.

Syntax

void DbgFileView::setBreak(int %line);

Parameters

int %line
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

DbgFileView::clearBreakPositions
DbgFileView::findString
DbgFileView::getCurrentLine
DbgFileView::open
DbgFileView::removeBreak
DbgFileView::setBreakPosition
DbgFileView::setCurrentLine

References

This function is not called by any other functions.