显示页面过去修订反向链接回到顶部 本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 <!DOCTYPE markdown> # Run Worldserver and Authserver in Visual Studio Running the Worldserver and Authserver through Visual Studio has some benefits. 1. You can easily debug code using breakpoints or easily finding the Call Stack of a crash. 1. It will also let your server pause instead of crashing when you hit a crash, and you can easily just continue after your debugging. 1. If you are working on the code, this can save you time when you need to go in-game to test as you wouldn't need to open your binaries folder and start them induvidually. ## Configuring Visual Studio 1. Choose the desired build configuration, in this guide we will refer to Debug. <a href="/wiki/images/run-worldserver-and-authserver-in-visual-studio-1.jpg" target="_blank"> <img src="/wiki/images/run-worldserver-and-authserver-in-visual-studio-1.jpg" height="50%" width="50%"> </a> 1. Right-click **Solution 'AzerothCore' (20 of 20 projects)**. 1. Select **Properties**. 1. Select **Multiple Startup Projects**. 1. In the dropdown menu, select **Start** for **authserver** and **worldserver**. <a href="/wiki/images/run-worldserver-and-authserver-in-visual-studio-2.jpg" target="_blank"> <img src="/wiki/images/run-worldserver-and-authserver-in-visual-studio-2.jpg" height="50%" width="50%"> </a> 1. Right-click **authserver**. 1. Select **Properties**. 1. Select **Debugging**. 1. In **Command Arguments** choose your path to the .conf file for your Debug build. 1. In **Working Directory** choose your path to the directory of your binaries. <a href="/wiki/images/run-worldserver-and-authserver-in-visual-studio-3.jpg" target="_blank"> <img src="/wiki/images/run-worldserver-and-authserver-in-visual-studio-3.jpg" height="50%" width="50%"> </a> 1. Do step 3. for **worldserver** as well. 1. Starting the Worldserver and Authserver. 1. Press the **Start** button or **F5** to launch Worldserver and Authserver within Visual Studio. (This is good for debugging) 1. Press **Ctrl + F5** to start Worldserver and Authserver outside of Visual Studio docs-en/run-worldserver-and-authserver-in-visual-studio.md.txt 最后更改: 2024/03/15 19:08由 127.0.0.1