Changes between Initial Version and Version 1 of Ticket #2689
- Timestamp:
- 2014-05-09T11:10:24Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2689 – Description
initial v1 10 10 }}} 11 11 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 tothe correct equation.12 The 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.