Debugger5.ExportBreakpoints(String) Method

Definition

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

Applies to