first try of KDevelop 5.0.4
Django <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <3255721.udQBczaXgk@django19> |
Hello, I was curious about progress of KDevelop, as I'm missing saving of window- separator-bars switching between edit-mode and debug-mode (and of cause on application restart). Ok, nothing new on that item - but I found out, that my app, developed with KDevelop 4.8 crashes with 5.0.4 as well as with beta version. My app passes tests with valgrind and runs as expected from 4.8 as well as started from command line. Don't know, did the requirements changed between 4.8 and 5.0.4 ? I'm running debian stable, so 4.8 is the version supported by debian and 5.0.4 downloaded as AppImage. Starting the beta-version from commandline rises this message when crashing with my app: /tmp/.mount_1cwAhr/AppRun: Zeile 35: 6968 Speicherzugriffsfehler kdevelop $@ I'm using -std=c++14 and trying cppcheck from beta fails, as it does not understand c++14 features. I did not find an option specify c++ version for cppcheck. Does it take the version-setting from CMakeLists.txt? best regards Reinhard P.S. I don't like the new grafical scrollbars with text-preview. Is there an option to change scrollbars to desktop standard? P.P.S. I miss the symbol column, where in 4.8 it is possible to enable/disable breakpoints with a single mouseclick. Is this customizable?