File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ export function createConverter(uriConverter?: URIConverter): Converter {
753753 if ( context === undefined || context === null ) {
754754 return context ;
755755 }
756- return proto . InlineValueContext . create ( context . frameId , context . stoppedLocation ) ;
756+ return proto . InlineValueContext . create ( context . frameId , asRange ( context . stoppedLocation ) ) ;
757757 }
758758
759759 function asCommand ( item : code . Command ) : proto . Command {
Original file line number Diff line number Diff line change @@ -3872,8 +3872,8 @@ export type InlineValue = InlineValueText | InlineValueVariableLookup | InlineVa
38723872export type InlineValueContext = {
38733873
38743874 /**
3875- * The stack frame (as a DAP Id) where the execution has stopped.
3876- */
3875+ * The stack frame (as a DAP Id) where the execution has stopped.
3876+ */
38773877 frameId : number ;
38783878
38793879 /**
You can’t perform that action at this time.
0 commit comments