[okular] [Bug 397273] New: Not able to set breakpoints in other file than main.cpp
Martin
bugzilla_noreply at kde.org
Wed Aug 8 15:11:13 BST 2018
https://bugs.kde.org/show_bug.cgi?id=397273
Bug ID: 397273
Summary: Not able to set breakpoints in other file than
main.cpp
Product: okular
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: okular-devel at kde.org
Reporter: martin.marmsoler at gmail.com
Target Milestone: ---
Hello,
I'm trying to import okular from git into KDevelop with cmake. Building the
project with Ninja an Llvm works fine, but when I try to debug the project,
lldb stops automatically without showing the window. When I set a breakpoint in
the first line of the main, I'm able to go through step by step for one line.
At the line with "QApplication app(argc, argv);" the debugger stops. In the
debugging window is the following Message:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-martin'
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
*** Normal beendet ***
While debugging the breakpoints in the symbol column are not visible. Also when
the debugging ends, the breakpoints are not visible but still are present which
I see in the breakpoints tab.
I already tryed to build the project with gcc (-DCMAKE_CXX_COMPILER=g++) and
debugging with lldb (did not find the option to change to gdb), but it does not
change anything. With qt creator I tested it too (with g++ and gdb), but there
is the same problem.
I used to compile the master from github from today.
Best regards,
Martin
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list