isidor
|
1be536d154
|
Show DAP's new "ExceptionBreakpointsFilter.description" property in a hover
fixes #116347
|
2021-02-11 16:50:07 +01:00 |
|
isidor
|
90d07beb8a
|
Show DAP's new "ExceptionBreakpointsFilter.conditionDescription" as placeholder in condition text box
fixes #116348
|
2021-02-11 16:42:30 +01:00 |
|
isidor
|
cbcfaa00f4
|
fixes #114914
|
2021-01-28 17:55:51 +01:00 |
|
isidor
|
35c5689d29
|
fixes #114914
|
2021-01-27 12:07:12 +01: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
|
eed13efcc3
|
fixes #111413
|
2021-01-05 18:37:26 +01:00 |
|
isidor
|
cfa02997d2
|
fixes #111413
|
2020-11-27 16:43:09 +01:00 |
|
isidor
|
cd9be282b7
|
Add condition editing UI to breakpoint filters
fixes #111227
|
2020-11-27 15:51:56 +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
|
50610f085d
|
callstack improvements #106957
|
2020-09-18 18:44:17 +02:00 |
|
isidor
|
b9750d050e
|
DAP sources are case sensitive on insensitive filesystems
fixes #106382
|
2020-09-18 13:10:59 +02:00 |
|
isidor
|
953d32c4e2
|
debug: use asCannonicalUri when opening editors
#106382
|
2020-09-16 16:03:17 +02:00 |
|
isidor
|
292001621a
|
do not use hasClass and first
#103454
|
2020-09-11 17:01:45 +02:00 |
|
isidor
|
cda1568bbb
|
debug: variables actions transition to commands
fixes #105830
|
2020-09-02 16:12:42 +02:00 |
|
isidor
|
4b543447ae
|
debug: respect __vscodeVariableMenuContext
#70377
|
2020-08-31 15:32:52 +02:00 |
|
isidor
|
489672365e
|
Expose the contribution.menus for Variable view
fixes #70377
|
2020-08-28 15:07:25 +02:00 |
|
isidor
|
908af6a089
|
remove todo
|
2020-08-17 15:54:17 +02:00 |
|
isidor
|
d178b14151
|
debug: getDebugProtocolBreakpoint: make sure to use the breakpoint id
#99716
|
2020-08-17 15:48:21 +02:00 |
|
Andre Weinand
|
c233bf87bc
|
add API to access DAP breakpoints; see #99716
|
2020-08-17 12:30:02 +02:00 |
|
isidor
|
c6c9d5b41f
|
debug: more precise computatino of top stack frame call stack decoration
|
2020-08-12 17:13:33 +02:00 |
|
isidor
|
e3a0f6a9e3
|
debug: use cancellation tokens for stackTrace aslo
fixes #103611
|
2020-08-12 16:48:14 +02:00 |
|
Connor Peet
|
e74ecc9bb1
|
debug: fix breakpoints set during a session from being persisted
Fxies https://github.com/microsoft/vscode/issues/103111
|
2020-07-22 15:14:26 -07:00 |
|
isidor
|
18fc2bcf71
|
variables view: improvements to view state preservation
#93230
|
2020-06-11 12:21:51 +02:00 |
|
isidor
|
ff39ebfaaf
|
debug: move getSpecificSourceName to a helper method
|
2020-05-06 12:09:02 +02:00 |
|
isidor
|
15e13c94c8
|
fixes #96987
|
2020-05-05 17:04:32 +02:00 |
|
isidor
|
caa19dc534
|
debug: use .find not .filter .pop()
|
2020-05-05 15:35:47 +02:00 |
|
isidor
|
bf77670cd7
|
debug: fix stackFrame equality matching
fixes microsoft/vscode-js-debug#455
|
2020-05-05 12:47:55 +02:00 |
|
isidor
|
182c1f7cf0
|
debug: introduce debugStorage to simplify debugService.ts
|
2020-05-05 11:42:04 +02:00 |
|
isidor
|
c033ceaa24
|
debug: smarter scope id computation so expansion state is more preserved. Also if all collapsed, expand first non expensive scope
fixes #93230
|
2020-03-24 18:59:38 +01:00 |
|
Connor Peet
|
c3a5ad4f73
|
fixup! pr comments
|
2020-03-10 11:21:40 -07:00 |
|
Connor Peet
|
b737cc0861
|
debug: show errros from scopes request
|
2020-03-10 08:41:32 -07:00 |
|
Benjamin Pasero
|
418d1974ca
|
Workbench editor renames (#91943)
* IEditor => IEditorPane
* More panes:
* IVisibleEditor => IVisibleEditorPane
* ITextEditor => ITextEditorPane
* ITextDiffEditor => ITextDiffEditorPane
* imports - remove type alias
* More pane renames
* IEditorService#activeControl => activeEditorPane
* IEditorService#visibleControls => visibleEditorPanes
* More editor renames
* activeTextEditorWidget => activeTextEditorControl
* visibleTextEditorWidgets => visibleTextEditorControls
|
2020-03-03 10:47:50 +01:00 |
|
isidor
|
1a34450858
|
debug: make session shutdown private
|
2020-02-17 16:48:32 +01:00 |
|
isidor
|
40d9559590
|
Breakpoints allow to move to different sources on update
fixes #89756
|
2020-02-07 16:17:29 +01:00 |
|
isidor
|
df419967a6
|
debug: unit tests
|
2020-01-07 12:22:39 +01:00 |
|
isidor
|
eef751dde2
|
debug: fix adding to watch
|
2019-12-24 15:06:07 +01:00 |
|
isidor
|
a1875d15c8
|
fixes #87605
|
2019-12-24 11:01:26 +01:00 |
|
isidor
|
d42882c226
|
fixes #87235
|
2019-12-18 15:59:15 +01:00 |
|
Isidor Nikolic
|
0e65159814
|
Merge pull request #85842 from gjsjohnmurray/fix-85645
#85645 display Variables fetch failure message
|
2019-12-11 11:43:20 +01:00 |
|
isidor
|
08b0a9bc59
|
Persisted data breakpoints are not registered when starting a new debug session
fixes #83743
|
2019-12-06 10:40:48 +01:00 |
|
gjsjohnmurray
|
150f3b5c93
|
Change as suggested by @isidorn
|
2019-12-05 12:27:10 +00:00 |
|
gjsjohnmurray
|
4be22b8101
|
Merge branch 'master' of https://github.com/microsoft/vscode into fix-85645
|
2019-12-05 11:38:49 +00:00 |
|
isidor
|
3e27bb06a3
|
Errors from evaluateRequest should be red in the debug console
fixes #83668
|
2019-12-02 15:35:04 +01:00 |
|
gjsjohnmurray
|
2d33ccfff6
|
#85645 display Variables fetch failure message
|
2019-11-29 21:54:58 +00:00 |
|
isidor
|
4766da6cde
|
fixes #85514
|
2019-11-27 11:00:18 +01:00 |
|
isidor
|
0c2f93d927
|
Some strict property init #81574
|
2019-11-15 11:37:37 +01:00 |
|
isidor
|
f54691d1b3
|
debug: enabling breakpoints should set them to activated
fixes #83323
|
2019-11-11 15:43:47 +01:00 |
|
isidor
|
3fc780dc7c
|
debug more async/await
|
2019-10-16 11:27:35 +02:00 |
|
isidor
|
a9f66e01a1
|
debug more asyn await
|
2019-10-15 16:25:47 +02:00 |
|