本文介绍了如何在scala repl和sbt控制台中关闭/打开typer阶段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否可以切换阶段而不退出当前会话?我尝试输入:power mode,但它仍然不打印类型。
Is it possible to switch phase without exiting from current session? I've tried entering :power mode, but it still doesn't print types.
推荐答案
:
set scalacOptions in (Compile, console) := "-Xprint:typer"
您可以使用:settings -Xprint:typer
这篇关于如何在scala repl和sbt控制台中关闭/打开typer阶段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!