Debugger: support stepping over inline function

This commit is contained in:
Natalia Ukhorskaya
2015-08-26 21:18:17 +03:00
parent ff4d557eac
commit 73946050c1
16 changed files with 384 additions and 39 deletions
@@ -637,6 +637,7 @@ fun main(args: Array<String>) {
model("debugger/tinyApp/src/stepping/stepIntoAndSmartStepInto", testMethod = "doSmartStepIntoTest", testClassName = "SmartStepInto")
model("debugger/tinyApp/src/stepping/stepInto", testMethod = "doStepIntoTest", testClassName = "StepIntoOnly")
model("debugger/tinyApp/src/stepping/stepOut", testMethod = "doStepOutTest")
model("debugger/tinyApp/src/stepping/stepOver", testMethod = "doStepOverTest")
model("debugger/tinyApp/src/stepping/filters", testMethod = "doStepIntoTest")
model("debugger/tinyApp/src/stepping/custom", testMethod = "doCustomTest")
}