Table of Contents

DbgFileView::open

(string filename)Open a file for viewing.

@note This loads the file from the local system.

Syntax

bool DbgFileView::open(string %filename);

Parameters

string %filename
No description available.

Return value

bool
No description available.

Remarks

Examples

Source

Engine

See also

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

References

This function is not called by any other functions.