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.
210
-
In this case, Visual Studio will attempt to load symbols for every module in your debugged
210
+
In this scenario, Visual Studio attempts to load symbols for every module in your debugged
211
211
proces (including modules by third parties), unless you add a matching filter to exclude them.
212
212
The only other way that this behavior will be modified is by your [Just My Code](just-my-code.md)
213
213
settings.
@@ -237,7 +237,7 @@ You can select additional symbol options in **Tools** > **Options** > **Debuggin
237
237
> [!IMPORTANT]
238
238
> 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).
239
239
>
240
-
> 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.
240
+
> 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.
241
241
242
242
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