remedybg-issues
remedybg-issues copied to clipboard
Public repository for tracking issues (bugs and features) for the RemedyBG debugger
[TeamRAndB] I know you mentioned at the moment you cannot attach to process. But when you get to it, would you also investigate remote debugging?
This would be really useful for iterating over large loops/arrays and you know that you only want to break after a certain number of times the breakpoint has actually been...
First I just want to say I LOVE RemedyBG! ❤️ ❤️ ❤️ Thank you so much for this awesome debugger! Have you ever considered supporting an editor plugin? For example,...
Just purchased RemedyBG and fantastic so far. I've been playing about with it, and ran into some issue where I right click and try to use Format As on a...
There is some weird way that VS uses (probably debugger-specific intrinstics or something) that allow you to type things like `strcmp(a, b) ==0` in conditional breakpoints and have them work....
Just bought your debugger to see if it supports windows minidumps (It doesn't) So I humbly request support for reading and debugging minidumps * Open a .dmp file * along...
When I add a breakpoint via F9 in the text window, and the line I'm currently on is part of a templated function that has multiple instantiations, it seems like...
I'd appreciate a facility similar to 'Tools > External Tools...' in VS: https://docs.microsoft.com/en-us/visualstudio/ide/managing-external-tools My main use case would be opening the active source file at its current location in an...
This would make it easier to add/change function breakpoints. Especially if their name are long. Alternatively, it would also help if we could just type the name of the function...