Ryan Fleury

Results 157 comments of Ryan Fleury

No, it won't, you'll want to attach with e.g. Visual Studio and save a dump file from there.

Can I also see VS with the locals of the debugger itself? Thanks!

Great, thanks. That’s probably the most I can ask for at this point—I’ll need to do a pass over this part of the control layer and prevent this sort of...

In theory this bug should be completely resolved as of d2d72bd7aba1de731ef1a11c0dc173f809368c8f, but short of doing a mathematical proof, this is one of those things that is just a matter of...

Ah yeah, we don't support the full C type info syntax at the moment. Visualizing pointers as pointing to arrays can be done in two ways, either by using the...

The way to do this currently is to either use the default binding of F9 (after closing the query bar), or to right-click the line and click "Place Breakpoint". I...

I've decided to not go through with that plan and consider this "working as intended", as there will always be ways to stack multiple entities (breakpoints, watch pins, threads) on...

Thanks for reporting this. It looks like this has to do with ASan's strategy of using exception handlers to on-demand map pages. I'm going to look into the expected debugger...

As of 42993b3fb0ff52d00f6deb964a3e48fd0328402b, the exceptions used by ASan to on-demand map pages in their "shadow address space" will be silently filtered by the debugger. Let me know if you run...

Thanks for this report - I'll get this fixed.