Tatsuo Nomura
Tatsuo Nomura
Hi @WebFreak001, @GitMensch I've found some time to update this to work with the latest DAP. Let me know if this works for you. 
@jbreu it uses 'data-list-register-values N' to retrieve register values where 'N' means "natural format". In another word, it's whatever GDB feels like. https://ftp.gnu.org/old-gnu/Manuals/gdb/html_node/gdb_223.html you can change it to 'x' to...
I bumped into a similar issue, `autoClose: false` worked for me.
https://github.com/malikwang/expand_tap_area/pull/8
I had the same issue. I first reverted those changes by `git revert -n 129ab66 b863db5 177d146 444e362` It was still giving me gmock related errors, so I turned test...