BowlerKernel
Public Member Functions | List of all members
com.neuronrobotics.bowlerstudio.scripting.IScriptingLanguageDebugger Interface Reference
Inheritance diagram for com.neuronrobotics.bowlerstudio.scripting.IScriptingLanguageDebugger:
Inheritance graph
[legend]

Public Member Functions

IDebugScriptRunner compileDebug (File f)
 

Detailed Description

Definition at line 5 of file IScriptingLanguageDebugger.java.

Member Function Documentation

◆ compileDebug()

IDebugScriptRunner com.neuronrobotics.bowlerstudio.scripting.IScriptingLanguageDebugger.compileDebug ( File  f)

This interface defines a scripting langauge that supports debugging. A file can be compiled to a DebugScriptRunner object that manages runtime.

Parameters
fthe file to be debugged
Returns
the debugger instance

Implemented in com.neuronrobotics.bowlerstudio.scripting.GroovyHelper.


The documentation for this interface was generated from the following file: