Commit Graph

330 Commits

Author SHA1 Message Date
isidor 17d36c47a9 minor polish 2018-10-09 16:22:24 +02:00
isidor 1f83a8d105 debugSession: simplify return types where not used 2018-10-09 13:06:46 +02:00
isidor ccdbbe13a2 debug: make sure to dispose of all sesions on shutdown 2018-10-09 12:39:32 +02:00
isidor 099c23febc repl: allow to inspect repl output of inactive sessions 2018-10-09 12:08:46 +02:00
isidor 74fae4d7df repl: multiple trees per session 2018-10-05 16:48:23 +02:00
isidor aa351d8293 debug: keep repl elements per session 2018-10-05 11:52:57 +02:00
isidor 7d7c0a7402 explorer: TPromise.as -> Promise.resolve
#53526
2018-10-01 15:39:46 +02:00
isidor 15b78a8c97 debug: TPromise.as -> Promise.resolve
#53526
2018-10-01 15:16:27 +02:00
isidor 7da2a63c8e fixes #59430 2018-09-26 12:03:41 +02:00
isidor 565938b6f9 debug: Model -> DebugModel, IModel -> IDebugModel 2018-09-19 12:33:22 +02:00
Andre Weinand 12ae0f6120 DebugSession refactoring 2018-09-10 16:17:50 +02:00
Andre Weinand 8da822159d debt: improve debug abstraction naming 2018-09-05 15:07:39 +02:00
Benjamin Pasero 473e5051fd debt - more TPromise.done() removal (for #57695) 2018-09-04 08:52:54 +02:00
Johannes Rieken 2d452e0a7e uri - replace usages of default export with named export 2018-09-03 10:54:50 +02:00
isidor 10070e8feb variables are fetched delayed: need a null check 2018-08-27 16:12:30 +02:00
isidor 9f809d4239 debug: expose Capabilities via DebugSession not RawSession 2018-08-27 16:06:51 +02:00
isidor 5ac625f883 debug: fix breakpoint line for dirty files
fixes #56398
2018-08-24 12:27:29 +02:00
isidor 07c6df15a4 use the e.message as an error variable name
fixes #56996
2018-08-22 16:27:05 +02:00
isidor 78f6a69173 move debug session to a seperate file in electron-browser 2018-08-20 11:59:43 +02:00
Andre Weinand e5c3c0f37e builtin loaded scripts view; fixes #37767 2018-08-05 23:34:03 +02:00
isidor cf10e47b42 debug: sessionOnly breakpoint event and propering toJSON for breakpoints 2018-06-07 15:17:15 +02:00
isidor 57d7e6fc3d debug: breakpoints should give some properties based on session 2018-06-07 15:17:15 +02:00
Benjamin Pasero 41d65ec213 grid - more rename of nexteditor => editor 2018-05-20 13:35:34 +02:00
Benjamin Pasero 743cf48bf6 grid - rename nexteditor => editor for imports 2018-05-20 13:25:17 +02:00
isidor 141949032e debug adopt to grid 2018-05-17 14:17:51 +02:00
isidor cdd8256102 debug: no need for session.INACTIVE state
fixes #49927
2018-05-16 11:12:36 +02:00
isidor 6afc054676 debug: get specific source name
fixes #30686
2018-05-11 15:35:42 +02:00
isidor f9367f7fb2 debug model: keep unresolved configuration tied to the session
fixes #47021
2018-05-08 18:09:25 +02:00
isidor 43646f8f77 fixes #49355 2018-05-08 16:01:08 +02:00
isidor 072dd6384c debug: filter for getBreakpoints 2018-05-04 17:54:32 +02:00
isidor 9eef194c04 debug: initialize raw session on eh attach
fixes #43516
2018-05-04 12:28:39 +02:00
isidor cd1969b4ea debug: rename process to session
#48377
2018-05-03 19:17:24 +02:00
isidor 6acf1a2a26 debug: use readonly more
fixes #48064
2018-05-02 11:43:20 +02:00
isidor a7e2e2d7f1 fixes #47551 2018-04-25 15:47:52 +02:00
isidor 89163a5f59 debug: terminate thread as a context menu and command palette action
fixes #29549
2018-04-18 15:13:41 +02:00
isidor 8516f3b5e8 debug: rename resolveConfiguration to substiuteVariables. Also getEnabledBreakpointsForResource should also respect enabled property 2018-04-17 17:56:51 +02:00
isidor 70a4c93181 debug: on did change breakpoints do not fire an undefined event
fixes #47551
2018-04-13 11:30:48 +02:00
André Weinand 397b45b76d cleanup breakpoint class hierarchy 2018-03-31 22:23:04 +02:00
André Weinand 345ad41c88 improve breakpoint model api 2018-03-31 22:23:04 +02:00
André Weinand e266e0a0a0 fix return types to interfaces 2018-03-31 22:23:04 +02:00
André Weinand e059d12951 fix silly loop 2018-03-31 22:23:03 +02:00
André Weinand a6735b5da3 make IProcess.sources private 2018-03-31 22:23:03 +02:00
André Weinand 55438d1eff pass breakpoint id properly; fixes #46325 2018-03-22 10:32:00 +01:00
isidor 6275278ae9 debug: bring back toString it is used for copyAll action
fixes #45967
2018-03-16 13:51:17 +01:00
isidor 1d026bbff9 debug: add log point support
#45128
2018-03-15 18:27:27 +01:00
isidor 6c8b65d1e8 debug: introduce IBaseBreakpoint 2018-03-15 17:27:38 +01:00
Matt Bierner 81767beaca Make Event a named export
There are many places in the code that do `import Event, { ...} from '.../event'`.
2018-03-14 14:25:30 -07:00
Matt Bierner f94cea3742 Mark private emitters as readonly 2018-03-14 13:57:38 -07:00
isidor 3e7bc80881 debug repl elements: no need for toString method 2018-03-05 22:33:45 +01:00
isidor 99010dcf57 debug: better undefined check for updating breakpoint properties
fixes #44909
2018-03-02 16:08:00 +01:00