Package com.smeup.jardis.poc.dap
Class Debuggee
- java.lang.Object
-
- com.smeup.jardis.poc.dap.Debuggee
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Map<Integer,String>getStatements()Map<com.smeup.jardis.poc.dap.Variable,Integer>getVariables()voidonEnd(Runnable onEnd)voidonStatement(Consumer<Integer> onStatement)voidrun()voidstop()
-
-
-
Constructor Detail
-
Debuggee
public Debuggee(File src, com.smeup.jardis.core.dap.handler.Context context) throws IOException
- Throws:
IOException
-
-
Method Detail
-
onEnd
public void onEnd(Runnable onEnd)
-
stop
public void stop()
-
-