| ms.topic | include | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| translation.priority.ht |
|
You should be able to debug your code with the symbols you generate on the Visual Studio computer. The performance of the remote debugger is much better when you use local symbols. If you must use remote symbols, you need to tell the remote debugging monitor to look for symbols on the remote machine.
You can use the following msvsmon command-line switch to use remote symbols for managed code: Msvsmon /FallbackLoadRemoteManagedPdbs
For more information, please see the remote debugging help (press F1 in the remote debugger window, or click Help > Usage).