Skip to content

Commit 2fb62f4

Browse files
committed
Add some extra explanations on how to run tests in the dev readme
1 parent ba7472a commit 2fb62f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DEV.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Filter test suites with
4343
./mill integration.test.jvm 'scala.cli.integration.RunTestsDefault.Multiple scripts'
4444
```
4545

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.
4748

4849
```bash
4950
./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
6162

6263
```bash
6364
./mill integration.test.native
65+
./mill integration.test.native 'scala.cli.integration.RunTestsDefault.*'
6466
```
6567

6668
#### Generate native packages

0 commit comments

Comments
 (0)