File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ Filter test suites with
43
43
./mill integration.test.jvm ' scala.cli.integration.RunTestsDefault.Multiple scripts'
44
44
```
45
45
46
- Pass the ` --debug ` option to debug integration tests:
46
+ You can pass the ` --debug ` option to debug Scala CLI when running integration tests. Note that this allows to debug the
47
+ Scala CLI launcher (the app) and not the integration test code itself. The debugger is being run in the ` attach ` mode.
47
48
48
49
``` bash
49
50
./mill integration.test.jvm ' scala.cli.integration.RunTestsDefault.*' --debug
@@ -61,6 +62,7 @@ The debug option uses 5005 port by default. It is possible to change it as follo
61
62
62
63
``` bash
63
64
./mill integration.test.native
65
+ ./mill integration.test.native ' scala.cli.integration.RunTestsDefault.*'
64
66
```
65
67
66
68
#### Generate native packages
You can’t perform that action at this time.
0 commit comments