This is an old revision of the document!
Debug Synchronet for Windows Using Microsoft Visual Studio/C++
Follow these steps to run the Synchronet Console inside the Microsoft Visual Studio/C++ debugger:
1. Open src/sbbs3/sbbs3.sln
in Microsoft Visual Studio 2019
2. Set the âSolution Configurationâ to âDebugâ, âWin32â:
3. Use the Build Solution option (or hit F7)
4. Set the âsbbsconâ project as the âStartup projectâ and edit its properties:
5. Set the âWorking Directoryâ on the âDebuggingâ page of the âsbbsconâ project's property pages to msvc.win32.dll.debug
6. Use the âStart Debuggingâ option (or hit F5):