Skip to content

Commit d0195d8

Browse files
committed
docs: adds CLI instructions for enabling debug mode for Groovy scripts.
1 parent c883e0f commit d0195d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/groovy_debugging.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ docker run --rm -it -p8080:8080 -p8000:8000 -v $PWD:/opt/imposter/config outofco
2929

3030
> In this example, port 8000 is exposed along with the regular port, 8080.
3131
32+
### CLI users
33+
34+
When using the CLI, pass the `--debug-mode` flag.
35+
36+
For example:
37+
38+
```bash
39+
imposter up --debug-mode
40+
```
41+
42+
> In this example, port 8000 is exposed along with the regular port, 8080.
43+
3244
## Steps for IntelliJ IDEA
3345

3446
This section explains how to connect your IDE's debugger to the debug port.

0 commit comments

Comments
 (0)