09-17-2021, 09:28 AM
Hello! I am curious what was compiled in the precompiled headers for each build (ie. pcsx2.pch for dbg, devel, release etc) and if that gives any insight on where the main executable starts execution. Running with the debugger attached in visual studio doesnt give much info as it always just opens the main windows and starts doing its thing. I want to trace PCSX2 as it starts and place breakpoints upon certain events (like loading an ISO). A bit lost though on where to look for entry. Thank you all! Hope to contribute to this forum positively at some point!