Skip to content

Instantly share code, notes, and snippets.

@steinybot
Created April 21, 2022 01:55
Show Gist options
  • Save steinybot/2606061bc7cd3cae4d244f136f595c07 to your computer and use it in GitHub Desktop.
Save steinybot/2606061bc7cd3cae4d244f136f595c07 to your computer and use it in GitHub Desktop.
Debugging Scala Macros
scalacOptions ++= Seq(
  "-Ybrowse:typer",
  "-Xprint:typer",
  "-Xlog-implicits"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment