debugger: Add UI for tweaking breakpoint properties directly from breakpoint list (#33097)
Release Notes: - debugger: Breakpoint properties (log/hit condition/condition) can now be set directly from breakpoint list.
This commit is contained in:
parent
41583fb066
commit
e5bcd720e1
11 changed files with 634 additions and 82 deletions
|
@ -23,6 +23,7 @@ pub enum IconName {
|
|||
AiZed,
|
||||
ArrowCircle,
|
||||
ArrowDown,
|
||||
ArrowDown10,
|
||||
ArrowDownFromLine,
|
||||
ArrowDownRight,
|
||||
ArrowLeft,
|
||||
|
@ -212,6 +213,7 @@ pub enum IconName {
|
|||
Save,
|
||||
Scissors,
|
||||
Screen,
|
||||
ScrollText,
|
||||
SearchCode,
|
||||
SearchSelection,
|
||||
SelectAll,
|
||||
|
@ -231,6 +233,7 @@ pub enum IconName {
|
|||
SparkleFilled,
|
||||
Spinner,
|
||||
Split,
|
||||
SplitAlt,
|
||||
SquareDot,
|
||||
SquareMinus,
|
||||
SquarePlus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue