properly register debug types

This commit is contained in:
Andre Weinand
2018-04-15 22:40:01 +02:00
parent b8df1293c1
commit dfeffb55b6
9 changed files with 103 additions and 63 deletions

View File

@@ -463,6 +463,7 @@ export interface MainThreadSCMShape extends IDisposable {
export type DebugSessionUUID = string;
export interface MainThreadDebugServiceShape extends IDisposable {
$registerDebugTypes(debugTypes: string[]);
$acceptDAMessage(handle: number, message: DebugProtocol.ProtocolMessage);
$acceptDAError(handle: number, name: string, message: string, stack: string);
$acceptDAExit(handle: number, code: number, signal: string);