Debugger5.ExportBreakpoints(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exports the breakpoints to a file.
public:
void ExportBreakpoints(System::String ^ FileName);
public:
void ExportBreakpoints(Platform::String ^ FileName);
void ExportBreakpoints(std::wstring const & FileName);
[System.Runtime.InteropServices.DispId(4101)]
public void ExportBreakpoints (string FileName);
[<System.Runtime.InteropServices.DispId(4101)>]
abstract member ExportBreakpoints : string -> unit
Public Sub ExportBreakpoints (FileName As String)
Parameters
- FileName
- String
The file name.
- Attributes