Table of Contents

DbgFileView::findString

(string findThis)Find the specified string in the currently viewed file and scroll it into view.

Syntax

bool DbgFileView::findString(string %findThis);

Parameters

string %findThis
No description available.

Return value

bool
No description available.

Remarks

Examples

Source

Engine

See also

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

References

This function is not called by any other functions.