Bug 376248 - Icon request:debugger-related icons (generic, gdb, lldb)
Summary: Icon request:debugger-related icons (generic, gdb, lldb)
Status: REPORTED
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (show other bugs)
Version: 5.9.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-09 17:46 UTC by Friedrich W. H. Kossebau
Modified: 2021-09-16 19:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
App screenshot (95.28 KB, image/png)
2017-02-09 17:46 UTC, Friedrich W. H. Kossebau
Details
About plugins screenshot (71.83 KB, image/png)
2017-02-09 17:48 UTC, Friedrich W. H. Kossebau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Friedrich W. H. Kossebau 2017-02-09 17:46:21 UTC
Created attachment 103927 [details]
App screenshot

KDevelop currently misses some icons related to debuggers:

* icon for representing the UI mode "Debugging"
  (abuses "tools-report-bug" currently)
  (see App screenshot top right)
* icon for representing the toolview "Debug" which shows the console output of
  the developed binary when run in debug mode (see App screenshot bottom right)
  (abuses "debug-step-into" currently)
* icon for representing the toolview "Variables" which shows variables and their values
  at the current execution context (see App screenshot left)
  (no existing icon used)
* icon for representing the plugin for support by the debugger gdb
  (see About plugins screenshot)
* icon for representing the plugin for support by the debugger lldb
  (see About plugins screenshot)

lldb and gdb sadly both seem to have no own symbol/logo, a generic icon like "utilities-debugger" might be good enough for our needs. Well, gdb has a mascot, but that might be not really known.
Cmp. https://www.sourceware.org/gdb/ & https://lldb.llvm.org/index.html
Comment 1 Friedrich W. H. Kossebau 2017-02-09 17:48:52 UTC
Created attachment 103928 [details]
About plugins screenshot