File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff 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
108docker 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
You can’t perform that action at this time.
0 commit comments