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

I've noticed some flickering yellow rendering artifacts on a fresh installation of remedybg. They seem to last for only a single frame. Attached is a screen capture with the artifact...

Type: Bug
Priority: 2 (Low)
Component: ImGui

RemedyBG Version: 0.3.9.9 Operating System: Windows 11 RemedyBG crashes when one of the shared library (DLL) has pdb > 4GB.

Type: Bug
Priority: 6 (Medium)
Component: Engine

[Recryllic] Breakpoints are stored based only on line number as far as I can tell, this gets annoying, as you are probably debugging the part of the program, that you...

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

A bit of a pet peeve, but it's always annoying to have to go and adjust breakpoints all over the place even after making some trivial changes to source. It...

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

It would be nice if remedy could render utf-8 characters from source files. Also, if a variable name contains a unicode character, the watch window is unable to parse it....

Type: Enhancement
Priority: 4 (Medium)
Component: Engine
Component: ImGui

When debugging my JIT compilers, I run into two main problems: * I'll sometimes have work that's performed when an exception is hit (as I'm debugging a process within itself)...

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

Hi, this is a bit of a feature request and might be out of scope for what RemedyBG focuses on, but I searched the existing issues and didn't see anything...

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

After attaching to a process, detaching from it results in the process being killed. While I expect this to be the behavior when stopping the debugging session, I was expecting...

Type: Bug
Priority: 6 (Medium)
Component: Engine
Status: Watch

[casey] My recommendation would be to add "symbols" settings, honestly. It would have a few simple settings in it, like checkboxes for "search the system path" and "search the directory...

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

It would be really nice if there was some kind of fuzzy file picker (like ctrl+p in sublime) to quickly open files in a folder. At least at first it...

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