Bug 229865 - "Viewers" toolbar button doesn`t work
Summary: "Viewers" toolbar button doesn`t work
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-07 19:36 UTC by msnkipa
Modified: 2010-03-07 20:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.