Commit Graph

81 Commits

Author SHA1 Message Date
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