View source
typedef ModulesArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'modules' request.
Fields
optionalstartModule:Null<Int>
The index of the first module to return; if omitted modules start at 0.
optionalmoduleCount:Null<Int>
The number of modules to return. If moduleCount is not specified or 0, all modules are returned.