debugger: Add breakpoint list (#28496)
 Release Notes: - N/A --------- Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
parent
3abf95216c
commit
26f4705198
13 changed files with 711 additions and 18 deletions
|
@ -39,6 +39,7 @@ pub enum IconName {
|
|||
BellDot,
|
||||
BellOff,
|
||||
BellRing,
|
||||
Binary,
|
||||
Blocks,
|
||||
Bolt,
|
||||
Book,
|
||||
|
@ -119,6 +120,7 @@ pub enum IconName {
|
|||
FileToml,
|
||||
FileTree,
|
||||
Filter,
|
||||
Flame,
|
||||
Folder,
|
||||
FolderOpen,
|
||||
FolderX,
|
||||
|
@ -126,6 +128,7 @@ pub enum IconName {
|
|||
FontSize,
|
||||
FontWeight,
|
||||
ForwardArrow,
|
||||
Function,
|
||||
GenericClose,
|
||||
GenericMaximize,
|
||||
GenericMinimize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue