ManuelHentschel / vscDebugger

(Partial) Implementation of the Debug Adapter Protocol for R
https://manuelhentschel.github.io/vscDebugger/
MIT License
90 stars 14 forks source link

Invalidated event #116

Closed ManuelHentschel closed 4 years ago

ManuelHentschel commented 4 years ago

Adds support for the new invalidatedEvent.

This event is sent after setting a variable to properly display side effects of variable assignments (e.g. assigning a new dim to an array affects all other child variables of the array as well).