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
Uncomment the line and reload the project file with the `reload` command on sbt.
49
-
Now, each time you run `dotc` the compiler listens at the designated address and waits the agent to connect.
50
-
For, the second step you need to create a configuration for Debug through IDEA:
59
+
Now, each time you run dotc the compiler listens at `localhost:5005`and waits for a debugger to connect.
60
+
For the second step you need to create a configuration for Debug through IDEA:
51
61
52
62
> Run > Edit Configurations > Add New Configuration > (select) Remote
53
63
54
64

55
65
56
-
Now every time you run `dotc` you can set your breakpoints and hit the `Debug dotty-debug` button (since we used that name for
57
-
the sample configuration above). The default data on the configuration match the enabled agent on the VM so, probably,
66
+
Under `Search sources using module's classpath` select `dotty`. After setting breakpoints, run `dotc` from within
67
+
sbt. Then hit the `Debug dotty-debug` button (since we used `dotty-debug` for the name of
68
+
the sample configuration above) in IDEA to connect the debugger to the JVM and begin debugging. The default data on the debug configuration matches the enabled agent on the VM so, probably,
0 commit comments