@@ -13,19 +13,19 @@ you can now proceed with importing it to IDEA by selecting the
13
13
corresponding option from the startup menu. Navigate on the corresponding directory and select it. Next, you need
14
14
to select the model of the import and as the screenshot shows, select SBT.
15
15
16
- ![ ] ( ../../images/idea/idea-import.png " Import Dotty in IDEA ")
16
+ ![ ] ( ../../../ images/idea/idea-import.png " Import Dotty in IDEA ")
17
17
18
18
Next, you select the version of the JDK that this project relies on and verify that you have selected 1.8 (assuming
19
19
its installed on your local machine). Otherwise, specify it by pressing * New* .
20
20
21
- ![ ] ( ../../images/idea/idea-sdk.png " Select the JDK ")
21
+ ![ ] ( ../../../ images/idea/idea-sdk.png " Select the JDK ")
22
22
23
23
Next we must select which modules we can import. IDEA version 2017.1 and earlier presents the full list of SBT modules
24
24
that are defined in Dotty. You can either select all (expect performance degradation if you select all) or
25
25
select only the ` dotty ` module. In order to do that, unselect all modules and select on ` dotty ` . IDEA, then, automatically
26
26
selects all the necessary dependencies and you press OK.
27
27
28
- ![ ] ( ../../images/idea/idea-sbt.png " Select modules to import ")
28
+ ![ ] ( ../../../ images/idea/idea-sbt.png " Select modules to import ")
29
29
30
30
In IDEA version 2017.2 and later, wait for the project to load. Then right click on ` dotty ` in the project explorer
31
31
and select ` Load/Unload Modules... ` . Select only ` dotty ` , accept when IDEA asks to add its dependencies and press OK.
@@ -56,7 +56,7 @@ Next a configuration for Debug must be created in IDEA:
56
56
57
57
> Run > Edit Configurations > Add New Configuration > (select) Remote
58
58
59
- ![ ] ( ../../images/idea/idea-debug.png " Create a Debug Configuration ")
59
+ ![ ] ( ../../../ images/idea/idea-debug.png " Create a Debug Configuration ")
60
60
61
61
Under ` Search sources using module's classpath ` select ` dotty ` . Set breakpoints as desired.
62
62
Then hit the button whose tooltip says ` Debug dotty-debug ` (since we used ` dotty-debug ` for the name of
0 commit comments