Problem Description
When running in Debug mode with a breakpoint, running through the events of Else conditions is inaccurate.
Attach a Capx
https://1drv.ms/u/s!AhHSZHEulqh_ggICjFVKOudvViqZ
Description of Capx
Has a breakpoint and Else conditions.
Steps to Reproduce Bug
- If you run it normal mode, it will run fine
- run in debug so that the breakpoint is found.
- Keep clicking Next to step through the events- it will enter the last Else event even though it shouldn't, causing the wrong events to fire.
Observed Result
Else event gets run that shouldn't have run.
Expected Result
Should run through events correctly like it does in Normal mode, or Debug without breakpoints.
Affected Browsers
- Chrome: (YES/NO)
- FireFox: (YES/NO)
- Internet Explorer: (YES/NO)
Operating System and Service Pack
vista
Construct 2 Version ID
r243
this is a pretty serious bug- it is preventing me from analyzing my events.