Skip to content

Commit c883e0f

Browse files
committed
docs: tidies Groovy debugging instructions.
1 parent 40b9484 commit c883e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/groovy_debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3636
In 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+
4242
1. Add a 'Remote JVM Debug' run configuration:
4343
![groovy_jvm_debug_config.png](images/groovy_jvm_debug_config.png)
4444
2. Set the `Port` to the same value as the debug configuration.

0 commit comments

Comments
 (0)