Debugger: implement Smart Step Into
#KT-4639 Fixed
This commit is contained in:
@@ -99,6 +99,7 @@ import org.jetbrains.jet.plugin.refactoring.move.AbstractJetMoveTest
|
||||
import org.jetbrains.jet.cfg.AbstractDataFlowTest
|
||||
import org.jetbrains.jet.plugin.libraries.AbstractDecompiledTextTest
|
||||
import org.jetbrains.jet.plugin.imports.AbstractOptimizeImportsTest
|
||||
import org.jetbrains.jet.plugin.debugger.AbstractSmartStepIntoTest
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
System.setProperty("java.awt.headless", "true")
|
||||
@@ -524,6 +525,10 @@ fun main(args: Array<String>) {
|
||||
testClass(javaClass<AbstractOptimizeImportsTest>()) {
|
||||
model("editor/optimizeImports", extension = null, recursive = false)
|
||||
}
|
||||
|
||||
testClass(javaClass<AbstractSmartStepIntoTest>()) {
|
||||
model("debugger/smartStepInto")
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("j2k/tests/test", "j2k/tests/testData") {
|
||||
|
||||
Reference in New Issue
Block a user