Msvc crash debugging
- In the Solution Explorer sidebar, right click map-server
- Hit Set as StartUp Project
- right click map-server again, hit Properties
- In the Properties window, within Configuration Properties -> Debugging, change Working Directory to \$(SolutionDir), then save & close the Properties window.
- Hit F5 key it will launch map server under debug mode, once it crashes a Call Stack window will be populated with useful debug information.
Footnote¶
Written by a non-MSVC user, please improve at will, and feel free to dump this footnote when you do so.