Ryan Fleury

Results 157 comments of Ryan Fleury

The File Path Map is used to redirect paths which are referenced from within debug information, to a different local path. So for example, if I am debugging an executable...

Treatment of `/d1trimfile` has been fixed up (to the degree possible) as of 0.9.19. It may still require an initial file selection, because the debugger does not necessarily know _from...

Hmm. So, if there is a mapping from `[Build Machine Perforce Root Folder]` -> `[My Local Perforce Root Folder]`, then any time the debug info references anything under the former,...

This file mapping issue has been cleaned up since November, and the debugger will correctly reproduce the casing of files used in debug info now as of `master`, so this...

This is because the breakpoint is being understood as an instruction breakpoint, and those are just written into the memory with `int3`s, so that is corrupting your data. I'll improve...

What is the full `bitmap` view rule you are using, and can you evaluate the width/height parameters separately in the watch window? My first suspicion is that they are evaluating...

Should now be fixed in 6f4e78d, but let me know if you see it again!

Yep, this will almost certainly be in 0.9.12.

This is now done; there will be more work on this feature to support things like templates and more view rule possibilities, but this basic case is supported now.

Can you send me your configuration files?