9 lines
219 B
Markdown
9 lines
219 B
Markdown
|
|
# Options
|
||
|
|
|
||
|
|
```php
|
||
|
|
c::set('engineer.debug', false);
|
||
|
|
```
|
||
|
|
|
||
|
|
### engineer.debug
|
||
|
|
|
||
|
|
If this option is set to `true`, it's possible to see the pre-generated outline, as well as an output textarea. It can be useful for debugging.
|