====== DbgFileView::setBreak ====== (int line)Set a breakpoint at the specified line. ===== Syntax ===== void DbgFileView::setBreak(int %line); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%line%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:dbgfileview:clearbreakpositions|DbgFileView::clearBreakPositions]]\\ [[scripting:doc:u:dbgfileview:findstring|DbgFileView::findString]]\\ [[scripting:doc:u:dbgfileview:getcurrentline|DbgFileView::getCurrentLine]]\\ [[scripting:doc:u:dbgfileview:open|DbgFileView::open]]\\ [[scripting:doc:u:dbgfileview:removebreak|DbgFileView::removeBreak]]\\ [[scripting:doc:u:dbgfileview:setbreakposition|DbgFileView::setBreakPosition]]\\ [[scripting:doc:u:dbgfileview:setcurrentline|DbgFileView::setCurrentLine]]\\ ===== References ===== This function is not called by any other functions.