You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this dialog, you can choose what modules you *do not* want Visual Studio to load symbols for.
209
-
In this case, Visual Studio will attempt to load symbols for every module in your debugged
209
+
In this scenario, Visual Studio attempts to load symbols for every module in your debugged
210
210
proces (including modules by third parties), unless you add a matching filter to exclude them.
211
211
The only other way that this behavior will be modified is by your [Just My Code](just-my-code.md)
212
212
settings.
@@ -236,7 +236,7 @@ You can select additional symbol options in **Tools** > **Options** > **Debuggin
236
236
> [!IMPORTANT]
237
237
> Arbitrary commands can be embedded in an app's *.pdb* file, so make sure to put only the commands you want to execute into a *srcsrv.ini* file. Any attempt to execute a command not in the *srcsvr.ini* file will cause a confirmation dialog box to appear. For more information, see [Security Warning: Debugger Must Execute Untrusted Command](../debugger/security-warning-debugger-must-execute-untrusted-command.md).
238
238
>
239
-
> No validation is done on command parameters, so be careful with trusted commands. For example, if you listed *cmd.exe* in your *srcsrv.ini*, a malicious user might specify parameters on *cmd.exe* that would make it dangerous.
239
+
> No validation is performed on command parameters, so be careful with trusted commands. For example, if you listed *cmd.exe* in your *srcsrv.ini*, a malicious user might specify parameters on *cmd.exe* that would make it dangerous.
240
240
241
241
Select this item and the child items you want. **Allow source server for partial trust assemblies (Managed only)** and **Always run untrusted source server commands without prompting** can increase the security risks.
0 commit comments