Arguments for 'dumpCell' request. This is an addition to the Debug Adapter Protocol to support setting breakpoints for cells.

interface IDumpCellArguments {
    code: string;
}

Properties

Properties

code: string