remedybg-issues
remedybg-issues copied to clipboard
Public repository for tracking issues (bugs and features) for the RemedyBG debugger
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...
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...
[direbroom]
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...
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...
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...
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...
(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...
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...
[direbroom] Keyboard re-binding (specifically I'd love to bind "Control->Break" to a key).