Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
9c4f45f0
Commit
9c4f45f0
authored
Mar 28, 2012
by
NICLAUSSE Nicolas
Browse files
log stack when doing a single step command
parent
18d6dc5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dtkComposer/dtkComposer.cpp
View file @
9c4f45f0
...
...
@@ -4,9 +4,9 @@
* Copyright (C) 2011 - Thibaud Kloczko, Inria.
* Created: Mon Jan 30 10:34:49 2012 (+0100)
* Version: $Id$
* Last-Updated:
Fri M
ar 2
3 22:02:14
2012 (+0
1
00)
* By:
Julien Wintz
* Update #: 20
2
* Last-Updated:
mer. m
ar
s
2
8 13:43:22
2012 (+0
2
00)
* By:
Nicolas Niclausse
* Update #: 20
9
*/
/* Commentary:
...
...
@@ -193,7 +193,8 @@ void dtkComposer::run(void)
void
dtkComposer
::
step
(
void
)
{
QtConcurrent
::
run
(
d
->
evaluator
,
&
dtkComposerEvaluator
::
step
,
false
);
d
->
evaluator
->
step
();
d
->
evaluator
->
logStack
();
d
->
graph
->
update
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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