Skip to content
  • Kai Koehne's avatar
    Debugger: Ensure breakpoints to simple JS expressions are hit · 50b6a98b
    Kai Koehne authored
    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
    50b6a98b