IVsDebugger::AllowEditsWhileDebugging Method (Guid)
Visual Studio 2015
Indicates whether or not the language service allows writing to files during debugging.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- guidLanguageService
-
Type:
System::Guid
[in] The GUID of the language service, such as SID_SVisualBasicLangService.
From vsshell.idl:
HRESULT IVsDebugger::AllowEditsWhileDebugging( REFGUID guidLanguageService );
Show: