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

Contents of windows like 'Call Stack' or 'Threads' are flickering when stepping through code. I guess this is because these windows are empty while the program is running. Although the...

Type: Bug
Priority: 3 (Low-Med)
Component: Threads
Component: Callstack

I'm setting two values for QStrings: 私 and ç, they are stored in UTF-16LE as e700 and c179. When using the wstr format specifier, I'm getting ç as expected, but...

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

[direbroom]

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

Hi! Wondering if there's a simple way (like how VS makes use of on-hover tooltips for this which isn't ideal but at least is something) to allow RemedyBG to allow...

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

Compiler: Visual Studio 2017 (19.16.27031.1 for x64) RemedyBG: 0.3.6.2 I _think_ I found an issue with handling `thread_local` in RemedyBG, but have not yet been able to create a minimum...

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

It would be cool if we can right click on source code and go to disassembly of given line number-expression. Breakpoints can already detect which addresses they are going to...

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

Right now it seems that struct members are only highlighted red upon change whenever that struct is expanded within the value sub-window within the watch window. This makes sense as...

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

(This was posted to the forum as https://remedybg.handmade.network/forums/t/7966-navigation_suggestion, but this seems like a more appropriate spot for feature requests) When getting started with RemedyBG, I find setting up a new...

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

Heya, @x13pixels! Evidently, there's some divergence between MSVC's and Clang's static variables. That's not a bug at your side, however! Clang prefixes such variables with their scope name or something...

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

[direbroom] Keyboard re-binding (specifically I'd love to bind "Control->Break" to a key).

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