We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883e0f commit d0195d8Copy full SHA for d0195d8
docs/groovy_debugging.md
@@ -29,6 +29,18 @@ docker run --rm -it -p8080:8080 -p8000:8000 -v $PWD:/opt/imposter/config outofco
29
30
> In this example, port 8000 is exposed along with the regular port, 8080.
31
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
44
## Steps for IntelliJ IDEA
45
46
This section explains how to connect your IDE's debugger to the debug port.
0 commit comments