scalacenter / scala-debug-adapter

Implementation of the Debug Adapter Protocol for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Runtime Evaluation] Call method in `Predef`

adpi2 opened this issue · comments

I would like to evaluate println("foo"). This should be possible by resolving the method in the Predef object.