contextFile property

String contextFile
getter/setter pair

The path of the context file, e.g. the file of the current debugger frame. The combination of the context file and context offset can be used to ensure that all variables of the context are available for completion (with their static types).

Implementation

String contextFile;