4244f05307
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.
11 lines
317 B
Plaintext
Vendored
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
|