Skip to content

Commit 294d718

Browse files
committed
Update README.md
1 parent ee140bb commit 294d718

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

examples/docker/README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,30 @@ Debug Lucee CFML running in Docker with luceedebug.
44

55
## Quick Start
66

7-
Install the vscode extension `https://marketplace.visualstudio.com/items?itemName=DavidRogers.luceedebug`
8-
97
```bash
108
docker compose up
119
```
1210

1311
- Lucee: http://localhost:8888
1412
- DAP debugger: port 10000
1513

16-
Open this folder in VS Code, install the `luceedebug` extension, set a breakpoint in [app/index.cfm](app/index.cfm) and hit F5.
14+
Install the [LuceeDebug](https://marketplace.visualstudio.com/items?itemName=DavidRogers.luceedebug) vscode extension,
15+
16+
## Run the demo
17+
18+
- Open this folder in VS Code
19+
- Set a breakpoint in [app/index.cfm](app/index.cfm)
20+
- Press F5 (Run / Start Debugging)
21+
- Switch the to debug console view
22+
- Open [http://localhost:8888](http://localhost:8888) in a browser
1723

1824
## How It Works
1925

20-
The Lucee 7.1+ Docker image ships with the debugger extension pre-installed. Two env vars enable it:
26+
The Lucee 7.1+ Docker image is used, with with the debugger extension being installed via an env var:
27+
28+
`LUCEE_EXTENSIONS: org.lucee:debugger-extension:3.0.0.1-SNAPSHOT`.
29+
30+
Three env vars enable it:
2131

2232
- `LUCEE_DAP_SECRET` - authentication secret (must match your launch.json)
2333
- `LUCEE_DAP_PORT` - DAP server port

0 commit comments

Comments
 (0)