Emulation starts before debugger has settled #1950
Closed
Comments
Yeah, this is a problem with the core starting on a second thread, and program flow on the main thread doesn't get to the debugger on the main thread until the CPU thread has had a little time to spin. I'll see if I can add a way to block startup when needed. |
This ended up being easier than I thought. Whoops. |
endrift
added a commit
that referenced
this issue
Nov 25, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
8:10 in my video shows this: https://youtu.be/ZFRWBSMC5eI?t=490
At the moment this means I have to add an artificial delay at the start of the program to wait for everything to settle before my breakpoints work. This also means I can't place a reliable breakpoint at the very start of the program, at the entry point.
This happens with CLion, VSCode and Visual Studio.
The text was updated successfully, but these errors were encountered: