File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
org.eclipse.lsp4j.debug/src/main/java/org/eclipse/lsp4j/debug Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1782,7 +1782,10 @@ class SetVariableResponse {
17821782 /**
17831783 * If `variablesReference` is > ; 0, the new value is structured and its children can be retrieved by passing
17841784 * `variablesReference` to the `variables` request as long as execution remains suspended.
1785- * See 'Lifetime of Object References' in the {@link DebugProtocol#Overview} section for details.
1785+ * See 'Lifetime of Object References' in the Overview section for details.
1786+ * <p >
1787+ * If this property is included in the response, any `variablesReference` previously associated with
1788+ * the updated variable, and those of its children, are no longer valid.
17861789 * <p >
17871790 * This is an optional property.
17881791 */
You can’t perform that action at this time.
0 commit comments