# isDebuggerEnabled()

Returns true if DAP debugger support is enabled (via LUCEE_DAP_SECRET env var or lucee.dap.secret system property). Use with breakpoint() BIF.

**Introduced:** 7.1.0.45

```
isDebuggerEnabled( );
```

**Returns:** boolean

*This function does not take any arguments.*

# Examples

*There are currently no examples for this function*







# Categories

[Debugging](../../categories/debugging.md)

# See Also

[breakpoint()](breakpoint.md), [Step Debugging Lucee with Extension Debugger](../../recipes/step-debugger.md)