We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
ssoher
When I hit a breakpoint or break with F12, upon pressing F5 to continue, the process resumes execu…
»
LAG
2nd Week update -day 10 to 15 are now available in the repository
»
Bits Please
Martins, you're the man. Thank you very much for your assistance. It works perfectly now!
»
Mārtiņš Možeiko
Turns out you don't need that RequestAccessAsync. Everything is works without it, you just need co…
»
Bits Please
I see... So, basically, I need to create something like this: And then call RequestAccessAsync() w…
»
Mārtiņš Možeiko
I'd expect that part of adding thing to manifest file does not matter for desktop application. Tha…
»
Bits Please
That was quite an oversight on my part, thank you for putting me on the right track. Now, is there…
»
Mārtiņš Možeiko
The Remarks section mentions what you need to do for this to work - you first need to request perm…
»
Bits Please
Hey Martins! Quick question: How do I remove the yellow border that always appears when the record…
»
Mārtiņš Možeiko
Ah, you're right - even const is not enough for it. It's still not a "constant" initializer from C…
»
ssoher
Oh thank you, learning C with by-default enabled gcc extensions is not a good idea I guess but I d…
»
Mārtiņš Možeiko
That test_instance declaration is not valid C11 code. It is C++ GNU extension. GCC and clang with …
»
ssoher
Switched everything to msvc cl and batch files (instead of the previous gcc or clang and makefile)…
»
ssoher
Thanks for sharing, I wasn't aware of this project. It doesn't seem to offer any advantage for my …
»
hiddenfrog
"I think I should go with VS Build Tools and Windows 10 SDK for the least amount of headaches." Ma…
»
Jens
Lots of stuffs have been going on, but before that... ... I was just going to make a small little …
»
ssoher
Ah, even more reasons to switch to msvc and compile with cl instead of using msvc runtime through …
»
Mārtiņš Možeiko
Note that there are different problem here than just using "mingw". When you use clang you need to…
»
ssoher
Interesting, thanks for taking the time to inspect the process and coming up with workarounds. In …
»
x13pixels
There are a few issues that are causing address santizer built with the mingw toolchain to fail to…
»
ssoher
Thank you for the reply, I will experiment with the cl driver when I have the time. Please let me …
»
x13pixels
RemedyBG has support for address santizer though testing has been primary with MSVC (e.g., cl /Z7 …
»
ssoher
I'm using llvm-mingw (llvm-mingw-20240417-ucrt-x86_64) to compile my C11 program on Windows 10. ()…
»
LAG
Week update: -An alternative day-3 with the shm implementation suggested by Mārtiņš Možeiko, i…
»
ssoher
It's okay, just wanted to make sure I wasn't doing something stupid. I'm really enjoying the debug…
»
x13pixels
Latest update to RemedyBG, 0.4.0.1, is now available for download at UI: added separate setting f…
»
x13pixels
I can't think of a shorter way than what you've written. Once custom formatters are built this sho…
»
ssoher
Hi, I've recently started using RemedyBG and I have a simple question. I have an array of floats t…
»
Simon Anciaux
You can check in the "Modules" panel if the PDB for your executable is correctly loaded. I think t…
»
cee30
Hi, when I debug a build using RemedyBG on a machine with the .exe, .pdb, and access to the source…
»