You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to introduce trava-jdk-11-dcevm into a scala project I'm currently working on, as the sbt auto-reload usually takes ten minutes even if it's for a really tiny change. However, after my attempt to trigger the hotswap functionality within IntelliJ, nothing happened. So is there anything like an example about how-swap in scala which I can refer to?
Sincerely,
Tommy
The text was updated successfully, but these errors were encountered:
By default IntelliJ doesn't build automatically while running. Either you have to manually build the file, or you use a hack to enable autobuild while debugging (in the Registry).
If you build manually you have to make sure that really every builds, otherwise changes will most likely not sent to the JVM!
Hello,
I'm trying to introduce
trava-jdk-11-dcevm
into a scala project I'm currently working on, as the sbt auto-reload usually takes ten minutes even if it's for a really tiny change. However, after my attempt to trigger the hotswap functionality within IntelliJ, nothing happened. So is there anything like an example about how-swap in scala which I can refer to?Sincerely,
Tommy
The text was updated successfully, but these errors were encountered: