rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
47 lines (23 loc) • 708 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IDebugBindings](./rc-js-util.idebugbindings.md)
## IDebugBindings interface
Emscripten bindings related to debugging.
**Signature:**
```typescript
export interface IDebugBindings
```
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[\_isDebugBuild()](./rc-js-util.idebugbindings._isdebugbuild.md)
</td><td>
</td></tr>
<tr><td>
[\_jsUtilEndProgram(statusCode)](./rc-js-util.idebugbindings._jsutilendprogram.md)
</td><td>
</td></tr>
</tbody></table>