scalacenter / scala-debug-adapter

Implementation of the Debug Adapter Protocol for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should skip scala.runtime.BoxesRunTime

adpi2 opened this issue · comments

val f: Int => String = x => x.toString
f(1) // stepping in should skip BoxesRunTime.boxToInteger and go to line above