raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

A native, user-mode, multi-process, graphical debugger.

Results 114 raddebugger issues
Sort by recently updated
recently updated
newest added

I started doing this but i figured it'd be a good idea to ask here before I get too deep in it. Are there any plans to support Linux as...

Windows is now adament that `raddbg.exe` is a virus. I tried adding it to the exclusion list but it's too late and that doesn't work. ![image](https://github.com/EpicGames/raddebugger/assets/8474974/b6b1ec1b-8f3f-49ac-8216-2e8f04328a08) I was initially testing...

If you specify a relative path to the PDB inside the DLL (In my case, I edit `RSDS`/`PDB70` CODEVIEW), then the debugger looks for the PDB next to itself instead...

Hello, I know that not a *that many* people are making games on macOS, but I am one of them. There is currently *no* good debugger that works on macOS,...

i was stepping through a program of mine, trying to identify a bug in my code (a tiny program compiled with vs2022), when i got the following error message: "a...

I'd love some screenshots so I can see what this debugger looks like without having to install it

For example, with the following simple c program: ```c #include int main(){ const char* foo = "hello world"; puts(foo); return 0; } ``` In the watch window, if you write...

Feature Request
Missing Support

When trying to click on the stepping cursor, I can't set a breakpoint there: https://github.com/EpicGames/raddebugger/assets/63572671/89bca616-85f1-4af4-9d26-63386ceef95d

enhancement

When I compile and reload a dll, stepping through the source files doesn't work anymore, only on disassembly.

Currently, raddbg does not warn when the source file (e.g., one with a breakpoint in it) is newer than the executable. This can cause confusion when breakpoints do not match...