Skip to content

Commit 97d19ed

Browse files
committed
update example readme
1 parent 36e041f commit 97d19ed

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ Multiple transforms can be specified - first match wins. Order them from most sp
155155
]
156156
```
157157

158+
## Examples
159+
160+
- [Docker](examples/docker/) - Lucee 7.1 running in Docker with the debugger extension, includes configs for VS Code, Neovim, and IntelliJ
161+
158162
## Features
159163

160164
### writeDump / serializeJSON

examples/docker/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Example
22

3-
Debug Lucee CFML running in Docker with luceedebug.
3+
Lucee 7.1 running in Docker with the debugger extension.
44

55
## Quick Start
66

@@ -21,7 +21,11 @@ Install the [LuceeDebug](https://marketplace.visualstudio.com/items?itemName=Dav
2121
- Switch to the debug console view
2222
- Open [http://localhost:8888](http://localhost:8888) in a browser
2323

24-
The VS Code extension adds context menu commands (writeDump, serializeJSON, getMetadata) and hover evaluation for CFML variables. All core debugging features (breakpoints, stepping, variable inspection) are standard DAP.
24+
The VS Code extension adds context menu commands (`writeDump`, `serializeJSON`, `getMetadata`) and hover evaluation for CFML variables.
25+
26+
All core debugging features (breakpoints, stepping, variable inspection) are standard DAP.
27+
28+
The extension testsuite uses direct socket connections to test the DAP support, so it's VS Code agnostic.
2529

2630
## Other DAP Clients
2731

@@ -74,6 +78,10 @@ Install the [LSP4IJ](https://plugins.jetbrains.com/plugin/23257-lsp4ij) plugin,
7478
}
7579
```
7680

81+
## Full Documentation
82+
83+
See the [main README](../../README.md) for all configuration options, DAP capabilities, and build instructions.
84+
7785
## How It Works
7886

7987
The Lucee 7.1+ Docker image is used, with the debugger extension being installed via an env var:

0 commit comments

Comments
 (0)