View source
typedef ModulesRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Modules request; value of command field is 'modules'. Modules can be retrieved from the debug adapter with this request which can either return all modules or a range of modules to support paging. Clients should only call this request if the capability 'supportsModulesRequest' is true.