-
Notifications
You must be signed in to change notification settings - Fork 183
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
I can't step on source files from "hot reloaded" dlls #21
Comments
Can you test the temporary solution from #32? |
Still doesn't work. |
Thanks for this report. I've been straightening out a few other major issues but will look into this one shortly. |
@DevAgu93 Can you give this a try after pulling & building the most recent changes in the |
It works! though every time I compile, the game pauses for a bit before the debugger loads the dll. |
Just to explain myself better: the program freezes. |
Great! Yeah, that delay is due to the debugger re-converting the PDB to RADDBG debug info for the module you're rebuilding. That is currently pretty slow because it's an unoptimized reference converter that was built with correctness & completeness as a priority. That will improve with time, since that is one of the main tasks in order to get the debugger up to speed for e.g. UE-sized projects. In any case - closing this now, since the hot reloaded DLL issue has been fixed. |
When I compile and reload a dll, stepping through the source files doesn't work anymore, only on disassembly.
The text was updated successfully, but these errors were encountered: