Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 267 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 267 Bytes

REPL debug with intellij idea

Run terminal supporting autocompletion, then run sbt shell

sbt -jvm-debug 5005

In intellij idea:

Edit Configurations... -> Add New Configuration -> Remote JVM Debug

run task debug5005

Execute sbt task run manually.