Jonatan Wallmander
1 result
MSVC - Debugging the Static Initialization Order
Debugging static constructor crashes before main() in MSVC
A bug which is experienced by and also caused by code running before main(). How do you deal with that? This article explains the underlying mechanics of how static initialization works, and one way to debug it.


