Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/afterDefaultParameterValuesIntf.out
T
Yan Zhulanow 4244f05307 Debugger: Fix step over in functions with default parameters (KT-14828)
Adds a synthetic line number just before the original function call.
The new line number is recognized by the debugger which replaces the
  'step over' action with 'step into' and stops.
2020-05-27 02:38:43 +09:00

11 lines
317 B
Plaintext
Vendored

LineBreakpoint created at afterDefaultParameterValuesIntf.kt:6
Run Java
Connected to the target VM
afterDefaultParameterValuesIntf.kt:6
afterDefaultParameterValuesIntf.kt:11
afterDefaultParameterValuesIntf.kt:12
afterDefaultParameterValuesIntf.kt:13
Disconnected from the target VM
Process finished with exit code 0