Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
c80f736f
Commit
c80f736f
authored
Feb 15, 2018
by
schultz
Browse files
hotfix: set QOpenGLDebugLogger to synchronous mode to enable stacktraces
when breaking on glerror
parent
9449c61d
Changes
1
Hide whitespace changes
Inline
Side-by-side
widgets/glWidget/QtBaseViewer_qt.cc
View file @
c80f736f
...
...
@@ -102,7 +102,7 @@ void glViewer::startGLDebugLogger()
if
(
glDebugLogger_
->
initialize
())
{
connect
(
glDebugLogger_
,
SIGNAL
(
messageLogged
(
QOpenGLDebugMessage
)),
this
,
SLOT
(
processGLDebugMessage
(
QOpenGLDebugMessage
)));
glDebugLogger_
->
startLogging
();
glDebugLogger_
->
startLogging
(
QOpenGLDebugLogger
::
SynchronousLogging
);
}
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment