File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ docker run --rm -it -p8080:8080 -p8000:8000 -v $PWD:/opt/imposter/config outofco
3131
3232## Steps for IntelliJ IDEA
3333
34- These steps will explain how to connect your IDE's debugger to the debug port.
34+ This section explains how to connect your IDE's debugger to the debug port.
3535
3636In IntelliJ, create a simple project pointing to the directory containing your script file.
3737
38- In the following steps, we will add a new run configuration, start your mock and attach the debugger.
39-
4038### Step-by-step
4139
40+ In the following steps, we will add a new run configuration, start the mock and attach the debugger.
41+
42421 . Add a 'Remote JVM Debug' run configuration:
4343 ![ groovy_jvm_debug_config.png] ( images/groovy_jvm_debug_config.png )
44442 . Set the ` Port ` to the same value as the debug configuration.
You can’t perform that action at this time.
0 commit comments