Bug 229865

Summary: "Viewers" toolbar button doesn`t work
Product: [Applications] kdevelop Reporter: msnkipa
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: niko.sams
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description msnkipa 2010-03-07 19:36:54 UTC
Version:            (using KDE 4.4.1)
Installed from:    Compiled From Sources

When I press Viewers tool bar button, in the "debug windows" I have got next message:
Could not open the khexedit2 library. Make sure that the KHexEdit package (part of kdeutils) is installed. Specifically, check for the following files:
libkhexeditcommon.so.0.0.0 
libkbyteseditwidget.so 
kbyteseditwidget.desktop 
Bus as I understand KHexEdit is not a part of the kdeutils in KDE4!
Comment 1 Andreas Pakulat 2010-03-07 20:32:50 UTC
This is not a KDevelop issue. The mentioned viewers and khexedit library etc. are not part of kdevelop. Please contact the okteta author for any problems.
Comment 2 Niko Sams 2010-03-07 20:50:02 UTC
SVN commit 1100552 by nsams:

Comment out Viewers, as they are not working.

If someone needs them tell me what they do and how I use them.

BUG: 229865

 M  +1 -1      CMakeLists.txt  
 M  +9 -5      debuggerplugin.cpp  
 M  +2 -2      debuggerplugin.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1100552
Comment 3 Niko Sams 2010-03-07 20:53:46 UTC
This is(was) used in the debugger for memory views.

I "fixed" it by simply removing the feature.