Changes between Initial Version and Version 1 of Ticket #2689


Ignore:
Timestamp:
2014-05-09T11:10:24Z (11 years ago)
Author:
Lennart Ochel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2689 – Description

    initial v1  
    1010}}}
    1111
    12 The debugger pinpoints to {{{a = time < 0.5 or time < 0.6}}} instead of {{{der(b) = if b > 0 then -1 else 1}}}. If both equations get reordered the debugger pinpoints to the correct equation.
     12The debugger pinpoints {{{a = time < 0.5 or time < 0.6}}} instead of {{{der(b) = if b > 0 then -1 else 1}}}. If both equations get reordered the debugger pinpoints the correct equation.