Skip to content

Commit

Permalink
Fix frameId type in DataBreakpointInfoArguments (eclipse-lsp4j#829)
Browse files Browse the repository at this point in the history
* Fix frameId type in DataBreakpointInfoArguments

* Add optional property note

* Fix indentation
  • Loading branch information
Soarex16 committed May 3, 2024
1 parent d075751 commit c515f17
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1289,9 +1289,11 @@ class DataBreakpointInfoArguments {
* If not specified, the expression is evaluated in the global scope. When
* `variablesReference` is specified, this property has no effect.
* <p>
* This is an optional property.
* <p>
* Since 1.59
*/
int frameId;
Integer frameId;
/**
* The mode of the desired breakpoint. If defined, this must be one of the `breakpointModes`
* the debug adapter advertised in its `Capabilities`.
Expand Down

0 comments on commit c515f17

Please sign in to comment.