Commit Graph
189 Commits
Author SHA1 Message Date
Felix Huang a83ef3a31c First Compile 2021-07-07 12:37:24 -07:00
Xinyu Sui 45bdf6bb6f disassembly view: initial commit 2021-07-07 12:35:51 -07:00
Suzy Mueller 81087a6fbc set top level stop reason 2021-06-21 18:19:41 -04:00
isidor daaa8a98bf debug: focus breakpoint on debug stop
#118743
2021-05-18 17:16:29 +02:00
isidor 21806b884b debug: display error response from invalid exception filter conditions
fixes #117789
2021-04-12 20:29:16 +02:00
isidor ded8b935ca fix typo 2021-04-09 20:17:35 +02:00
isidor 239bc433cb Debugger: Add option to allow disconnect and stop/terminate UI elements
fixes #116731
2021-04-09 10:32:34 +02:00
isidor 770ba2b0c0 Debugger: Add option to allow disconnect and stop/terminate UI elements
fixes #116731
2021-03-30 15:57:16 +02:00
isidor e09a24028e Automatically show inline values if an inline values provider is registered
fixes #119560
2021-03-29 14:37:29 +02:00
Yanis cf7e6f31f9 Support for DataBreakpointAccessType condition #117835 2021-03-17 18:05:18 +01:00
isidor 0f6d7c41eb introduce customEndpointTelemetryService
fixes #118424
2021-03-10 20:31:25 +01:00
isidor 913a594944 cleanup debugHelperService 2021-03-10 16:06:51 +01:00
isidor 68a3a7bbf9 improve comment 2021-03-04 17:41:29 +01:00
isidor 341c130b0e call stack: get rid of actions, menus everywhere 2021-03-03 14:06:46 +01:00
isidor f70433a596 fixes #117910 2021-03-02 09:53:32 +01:00
isidor eba4c1bc1e debug: document context keys
#117256
2021-02-24 16:57:27 +01:00
isidor 42edcdb41b Use DAP's new "StackFrame.canRestart" property to enable the "Restart Frame" command
fixes #116345
2021-02-11 19:05:57 +01:00
isidor 1be536d154 Show DAP's new "ExceptionBreakpointsFilter.description" property in a hover
fixes #116347
2021-02-11 16:50:07 +01:00
isidor a00411c7e8 Debug Console, Copy All (to clipboard) do not include source file name
fixes #108149
2021-02-03 14:17:52 +01:00
isidor 4bc335b05a Introduce setting debug.console.collapseIdenticalLines to disable collapsing identical lines in Debug Console
fixes #112540
2021-02-03 14:04:53 +01:00
Connor Peet 3088c27fbd debug: mark terminal as free when the associated debug session ends (#115573) 2021-02-02 08:27:37 -08:00
isidor a1bdcf6aed fixes #115121 2021-01-27 20:25:33 +01:00
Connor Peet add5b32d95 testing: initial implementation of test decorations 2021-01-22 12:58:45 -08:00
isidor 7a9bb5a44f breakpoints: inline action to edit condition. Render conditions for function breakpoints. Allow to edit conditions for function breakpoints
fixes #113805
fixes #3646
2021-01-14 11:34:58 +01:00
isidor 8c3f5dd3fa Support to start multiple debug sessions from a single launch config
#110226
2021-01-07 19:57:22 +01:00
isidor 7a27b24884 fixes #113815 2021-01-06 16:16:31 +01:00
isidor f90c518b03 debug: remove enableBreakpointsFor since php-debug now moved to new api 2021-01-05 13:53:18 +01:00
isidor 3697925e5b Use menuService across all views for context menus. Breakpoints.
fixes #112551
2020-12-17 16:39:37 +01:00
isidor 581ae611c2 debug: watch expression use menus
#112551
2020-12-16 20:01:39 +01:00
isidor 24a98f0644 debug viewlet: use registerAction2 and restructure the whole debug toolbar
#92038
2020-12-16 16:25:05 +01:00
isidor dfeaeb5740 debug: check if languageIds is there 2020-12-15 16:42:05 +01:00
isidor be2d983434 debug console: use registerAction2
#92038
2020-12-15 16:13:50 +01:00
isidor d444826441 Revert "debug: stop supporting enableBreakpointsFor"
This reverts commit 9f2ce53867.
2020-12-15 15:18:59 +01:00
isidor 6eb9b8938f debug watch: use registerAction2
#92038
2020-12-15 12:34:52 +01:00
isidor cd9be282b7 Add condition editing UI to breakpoint filters
fixes #111227
2020-11-27 15:51:56 +01:00
isidor c704881abb Validate dynamic configurations only on launch
fixes #110318
2020-11-16 16:33:41 +01:00
isidor 57203b243d debug: add ability to close exception widget
fixes #88217
2020-11-10 19:17:02 +01:00
isidor 9f2ce53867 debug: stop supporting enableBreakpointsFor 2020-11-06 15:03:48 +01:00
isidor 081632d225 debug: remove legacy adapterExecutableCommand 2020-11-06 14:59:00 +01:00
isidor 0cc93f5c48 debug: split ConfigurationManager into ConfigurationManager and AdapterManager 2020-11-06 14:34:54 +01:00
isidor 4b0855f292 Improve the dynamic launch config UI
fixes #110009
2020-11-06 13:21:48 +01:00
Connor Peet 7183777033 fix: run to cursor with multiple paused sessions
Fixes https://github.com/microsoft/vscode/issues/104385
2020-11-04 11:30:04 -08:00
isidor 46f60b7b27 debug: Do a late activation so extensions are not activated too early
fixes #108578
2020-10-26 15:10:29 +01:00
Andre Weinand 118db31ea6 Merge branch 'master' into launch-input-variables 2020-10-23 11:06:28 +02:00
isidor 3565fba49a fixes #96293 2020-10-01 13:44:55 +02:00
isidor e45ca3642c fixes #107728 2020-09-30 13:43:56 +02:00
isidor 235bae66cb debug: remove debugAddBreakopint telemetry event, no longer needed 2020-09-22 11:58:18 +02:00
isidor f390f7eaf9 debug: do not announce breakpoint added when doing "Run to Cursor" 2020-09-21 19:50:12 +02:00
isidor 6980e4e26e Implement the DAP Invalidate request
fixes #106745
2020-09-21 19:43:08 +02:00
isidor b9750d050e DAP sources are case sensitive on insensitive filesystems
fixes #106382
2020-09-18 13:10:59 +02:00