Table of Contents

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

string
No description available.

Remarks

Examples

Source

Engine

See also

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

References

This function is not called by any other functions.