Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/kt17144.out
T
Mikhael Bogdanov 708bfdbd5f Generate line numbers for function call parameters
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
2017-04-17 16:09:59 +02:00

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