Commit Graph

43 Commits

Author SHA1 Message Date
André Weinand
4cd09ff11e reify the DebugAdapter; fixes #45129 2018-04-06 16:42:11 +02:00
André Weinand
f1404198c3 proposed logMessage API; fixes #45643 2018-03-16 17:08:46 +01:00
isidor
5a5c2a8def debug: some cleanup around getting launches 2018-02-13 16:46:06 +01:00
isidor
84091fdb05 debug: startDebugging take launch as an argument
fixes #43461
2018-02-12 18:03:46 +01:00
isidor
15d8874eb8 debug: refactor updating of breakpoints
fixes #42200
2018-02-06 22:03:39 +01:00
Andre Weinand
81142e2cb5 support for debugAdapterExecutable; fixes #33801 2018-01-29 14:27:48 +01:00
Andre Weinand
22c5903847 make addBreakpoint/removeBreakpoint sync 2018-01-26 12:51:15 +01:00
Andre Weinand
eba681fed8 debug API to create/remove breakpoints; fixes #42173 2018-01-26 01:09:30 +01:00
Andre Weinand
8eae3a3333 better protect against failing custom request 2017-12-21 15:16:32 +01:00
Andre Weinand
d589f2f1bc Remove usage of CustomMarshaller for DebugService (#40169) 2017-12-14 17:56:10 +01:00
Alex Dima
367dd10413 Rename RPCProtocol.get to RPCProtocol.getProxy (#36972) 2017-12-13 16:04:14 +01:00
Andre Weinand
7c801e972a make ext API SourceBreakpoint use Location; fixes #39647 2017-12-06 16:14:26 +01:00
Andre Weinand
8e8f4b00bc fix bogus breakpoint position; fixes #39665 2017-12-06 15:56:22 +01:00
Andre Weinand
f07f5d3873 add first cut of proposed breakpoints API; fixes #23188 2017-12-02 00:24:59 +01:00
Benjamin Pasero
4ec5250582 promise: make sure as() returns promise like and fix errors 2017-11-08 12:33:48 +01:00
isidor
cfff1af931 remove debugService.findProcessByUUID, there are alternative ways to do this 2017-10-27 10:04:11 +02:00
Andre Weinand
af809a59db API: expose debug console; fixes #36753 2017-10-24 13:03:31 +02:00
isidor
55643dd7e3 debug: make createProcess private and remove startDebugSession from exHostDebugService
fixes #36132
2017-10-13 11:06:51 +02:00
isidor
351b05d6e1 debug api: use uri not workspace folder between extension host and renderer 2017-09-19 12:38:52 +02:00
isidor
2370592e81 debug: use WorkspaceFolder 2017-09-19 12:03:32 +02:00
Andre Weinand
d0202cc107 do not break existing debug extensions 2017-09-07 23:05:13 +02:00
Johannes Rieken
7128eb085c style - use single-quoted imports 2017-08-21 16:45:32 +02:00
Ron Buckton
066a2bb141 Update Promise definition (#30268)
* Update definition of Promise in winjs.base.d.ts.

* Update to new Promise declaration

* Fix remaining errors.
2017-08-18 00:02:57 -07:00
Andre Weinand
0f9d677850 introduce DebugConfigurationProvider; fixes #32086 2017-08-16 16:57:10 +02:00
Alex Dima
a99eeae966 More adoption of @extHostNamedCustomer 2017-08-16 12:56:09 +02:00
Alex Dima
2b3298af79 Use native proxies for renderer <-> ext host RPC communication 2017-08-16 10:26:25 +02:00
Alex Dima
159de8236e More adoption of @extHostNamedCustomer 2017-08-16 10:26:25 +02:00
isidor
0b34f40d49 debug: consolidate process name
fixes #31542
2017-08-04 11:35:11 +02:00
isidor
efbc898dc6 Debug events: sessionId should live one level up from the body
fixes #31391
2017-08-03 16:57:34 +02:00
isidor
97fd052850 multi root configuraiton resolver service 2017-07-25 12:20:29 +02:00
Andre Weinand
e1e3051d28 add root folder to startDebugSession 2017-07-24 11:23:49 +02:00
Andre Weinand
a9d463248a add WorkspaceFolder to proposed debug API 2017-07-22 23:55:06 +02:00
Andre Weinand
98b4b4d074 wire debug API with new debugService.startDebugging 2017-07-20 11:24:49 +02:00
Andre Weinand
6f4ebe7517 add proposed 'startDebugging' API 2017-07-18 21:15:10 +02:00
Andre Weinand
254c8c5b0b debug API: add onDidStartDebugSession 2017-07-18 00:18:56 +02:00
Andre Weinand
cf6f9ab6e0 debug api: rename createDebugSession to startDebugSession 2017-07-17 12:27:47 +02:00
Andre Weinand
618fcaad9f incorporate debug API feedback 2017-07-11 00:49:08 +02:00
Andre Weinand
ce177da9e1 let debugContentProvider support sessions 2017-07-10 13:17:20 +02:00
Andre Weinand
d6a28e5214 debug api: fix _findProcessByUUID 2017-07-10 00:57:42 +02:00
Andre Weinand
1291d9e870 proposed debug api: add support for custom DAP events 2017-07-06 23:04:54 +02:00
Andre Weinand
5eb21eaa8a Debug API for tracking current debug session; fixes #30157 2017-07-06 00:27:14 +02:00
Felix Becker
dbe0f89264 Always reject Promises with Error instances 2017-06-26 15:24:41 +02:00
Andre Weinand
fbcdb4c6a7 add proposed debug API; fixes #28234 2017-06-22 19:04:39 +02:00