Skip to content
Snippets Groups Projects
Commit 50b6a98b authored by Kai Koehne's avatar Kai Koehne
Browse files

Debugger: Ensure breakpoints to simple JS expressions are hit

Prevent QDeclarativeEngine to handle simple bindings on their own by
setting the QML_DISABLE_OPTIMIZER environment variable. This ensures
that every binding is actually updated through the JavaScript engine,
and therefore checked for breakpoints.

Task-number: QTCREATORBUG-3595
parent 028776ce
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment