Bug 376248

Summary: Icon request:debugger-related icons (generic, gdb, lldb)
Product: [Plasma] Breeze Reporter: Friedrich W. H. Kossebau <kossebau>
Component: IconsAssignee: visual-design
Status: REPORTED ---    
Severity: wishlist CC: kainz.a
Priority: NOR    
Version: 5.9.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: App screenshot
About plugins screenshot

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