Expression evaluator user documentation — Scala IDE 0.1-SNAPSHOT documentation
Scala debugger uses new expression evaluator, which translates user code into invocations of JDI
remote calls. This allows evaluation of expression in context of some breakpoint, with access to local variables and methods.
Expression evaluator adds separate view to Scala IDE (similar to Scala interpreter
view). It also enables conditional breakpoints - breakpoints that are enabled only if some condition is met.
Read full article from Expression evaluator user documentation — Scala IDE 0.1-SNAPSHOT documentation
No comments:
Post a Comment