708bfdbd5f
Before this fix line numbers for function call arguments were not generated, so if argument was on another line than function call it was impossible to stop on argument line during debugging. Now line number for each argument is generated if necessary (another line than function call line). #KT-17144 Fixed
9 lines
159 B
Plaintext
Vendored
9 lines
159 B
Plaintext
Vendored
LineBreakpoint created at kt17144.kt:9
|
|
Run Java
|
|
Connected to the target VM
|
|
kt17144.kt:9
|
|
Disconnected from the target VM
|
|
|
|
Process finished with exit code 0
|
|
foo
|