Response to `scopes` request.
| 1778 | |
| 1779 | // Response to `scopes` request. |
| 1780 | struct ScopesResponse : public Response { |
| 1781 | // The scopes of the stack frame. If the array has length zero, there are no |
| 1782 | // scopes available. |
| 1783 | array<Scope> scopes; |
| 1784 | }; |
| 1785 | |
| 1786 | DAP_DECLARE_STRUCT_TYPEINFO(ScopesResponse); |
| 1787 |
no outgoing calls
no test coverage detected
searching dependent graphs…