-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Exception 0x80000003 #64
Comments
Just to clarify, the debugger UI doesn’t exit after the exception message boxes appear, correct? |
Yes it doesn't exit in fact after clicking "OK" enough times it loads and I can start debugging my target, only issue there is that some of my breakpoints wouldn't hit. |
Understood. Yeah, these crashes are from various conversion processes—some of them are failing. I’ll prioritize making the converter much more robust for the next couple of days. As for the breakpoints—are these placed in files with line information? (Line information should be visualized as colors behind the line numbers) If the converter failed for some of the DLLs you’re loading, and you’re trying to place breakpoints in those modules, then it makes sense that they’re not being hit. But if it looks like the breakpoints are placed on valid line info, then that could be a bug. |
The issue was /DEBUG:FASTLINK |
Oh, yes, that is definitely not supported. I’ll close this issue once I don’t crash when encountering it! |
Sounds great! |
So, I couldn't end up reproducing the exact |
Getting this fatal exception on my work (office) project.
raddebugger and target appears to be stuck while debugger is not connected, but when I connect the raddebugger (0.9.4 Alpha) to VS debugger and then run the target from raddebugger these exceptions popped.
I don't know how to reproduce it. This exception keeps popping as target program loads dlls and raddebugger tries to create .raddbg files
The text was updated successfully, but these errors were encountered: