
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
1. In the script below, I placed a breakpoint at line 3.
2. After pressing F5 (Debug):
2.1 Instead of the debugger stopping at line 3, it jumped directly to line 5. Why ?
2.2 With the debugger at line 5 (before executing it), why does the local variable `i` have the random value 1 instead of the initialized value 2 ?