Tatsuo Nomura

Results 6 comments of 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. ![Screenshot 2024-02-07 at 12 53 31](https://github.com/WebFreak001/code-debug/assets/4764880/7bfa4c74-d91d-41ef-9d27-c3b43e192840)

@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...