====== DbgFileView::getCurrentLine ====== ()Get the currently executing file and line, if any. @returns A string containing the file, a tab, and then the line number. Use getField() with this. ===== Syntax ===== string DbgFileView::getCurrentLine(); ===== Parameters ===== This function does not accept any parameters. ===== Return value ===== [[scripting:doc:engine:types:string|string]]\\ 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:open|DbgFileView::open]]\\ [[scripting:doc:u:dbgfileview:removebreak|DbgFileView::removeBreak]]\\ [[scripting:doc:u:dbgfileview:setbreak|DbgFileView::setBreak]]\\ [[scripting:doc:u:dbgfileview:setbreakposition|DbgFileView::setBreakPosition]]\\ [[scripting:doc:u:dbgfileview:setcurrentline|DbgFileView::setCurrentLine]]\\ ===== References ===== This function is not called by any other functions.