The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
MIT License
818
stars
218
forks
source link
Align use of sendInvalidate request arguments #1402
Using the sendInvalidate request I realised that I was forced to provide a single Area as an argument. This PR aligns the behaviour of sendInvalidate request with the invalidate event.
Thanks to @sbobko for his original contribution, I only hope this patch doesn't contradict the original intent of the behaviour of sendInvalidate
Using the
sendInvalidate
request I realised that I was forced to provide a singleArea
as an argument. This PR aligns the behaviour ofsendInvalidate
request with theinvalidate
event.Thanks to @sbobko for his original contribution, I only hope this patch doesn't contradict the original intent of the behaviour of
sendInvalidate