C# Класс MonoDevelop.Debugger.Gdb.D.Deh2

Capsules D Exception handling for Win64 and Linux target systems.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Session DGdbSession

Открытые методы

Метод Описание
Deh2 ( DGdbSession sess ) : System
HandleBreakpoint ( GdbCommandResult res ) : bool
InjectBreakpoint ( ) : bool

Injects the breakpoint that is responsible for last-chance catching the unhandled exception.

Описание методов

Deh2() публичный Метод

public Deh2 ( DGdbSession sess ) : System
sess DGdbSession
Результат System

HandleBreakpoint() публичный Метод

public HandleBreakpoint ( GdbCommandResult res ) : bool
res GdbCommandResult
Результат bool

InjectBreakpoint() публичный Метод

Injects the breakpoint that is responsible for last-chance catching the unhandled exception.
public InjectBreakpoint ( ) : bool
Результат bool

Описание свойств

Session публичное свойство

public DGdbSession Session
Результат DGdbSession