Skip to content

Commit 96ff999

Browse files
Create setDebugFlags.md
1 parent 2c205f6 commit 96ff999

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## setDebugFlags
2+
Log the debugger's debug flags.
3+
``` sig
4+
control.setDebugFlags(null);
5+
```
6+
It is logged to the browser's DevTools.
7+
8+
## Parameters
9+
**flags:** the debugger's flags
10+
11+
## Example
12+
Set the debug flags to 1.
13+
``` ts
14+
control.setDebugFlags(1);
15+
```

0 commit comments

Comments
 (0)