remedybg-issues icon indicating copy to clipboard operation
remedybg-issues copied to clipboard

Public repository for tracking issues (bugs and features) for the RemedyBG debugger

Results 81 remedybg-issues issues
Sort by recently updated
recently updated
newest added

[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?

Type: Enhancement
Priority: 5 (Medium)
Component: Other

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

Type: Enhancement
Priority: 5 (Medium)
Component: Breakpoints

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

Type: Enhancement
Priority: 3 (Low-Med)
Component: Text Window

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

Type: Bug
Priority: 4 (Medium)
Component: Watch Window

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

Type: Enhancement
Priority: 5 (Medium)
Component: Watch Window

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

Type: Enhancement
Priority: 5 (Medium)
Component: Engine

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

Type: Bug
Priority: 5 (Medium)
Component: Breakpoints

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

Type: Enhancement
Priority: 5 (Medium)
Component: Text Window

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

Type: Enhancement
Priority: 5 (Medium)
Component: Breakpoints