scalacenter / scala-debug-adapter

Implementation of the Debug Adapter Protocol for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed evaluation of static member from a static context

iusildra opened this issue · comments

The runtime evaluator cannot evaluate static member while inside of a static method. That's due to how we fetch the current location (called thisTree): there are no this when we are inside a static method, so it cannot find a reference type to inspect