Skip to main content

Debug using Microsoft symbol server

Last updated on

Overview

Microsoft symbol server is a Windows technology used to obtain symbol debugging information. It will help you find the appropriate symbol (PDB) from the minidump you want to debug. Symbol server works perfectly with Visual Studio, even though it can also be used by another IDE.

AccelByte Development Toolkit (ADT) now has a symbol server, which enables you to download minidump from the website and use Visual Studio to debug it without having the PDB file.

Debug in Visual Studio

Follow these steps:

  1. Download the minidump from Accelbyte Development Toolkit's (ADT) Crash details page.

    Image shows the Download button

  2. Open the File with Visual Studio.

    Image shows opening the dump file in Visual Studio

  3. It will show you the Debugging Window, Click on the “Set Symbol Paths” button.

    Image shows clicking on set symbol paths

  4. The Visual Studio app will show the Options window. Cick the plus (+) button.

    Image shows the plus button

  5. It will create a new entry for symbol server. In the textbox, type in the URL of your symbol server. You can copy the value from your Game Settings menu. Tick the checkbox, then click the OK button.

    Image shows pasting the symbol server URL and ticking the checkbox

  6. Click “Debug With Native Only” to start debugging.

    Image shows Debug with Native Only button