- Metatrader known bugs ...
- Big changes for MT4, in a few weeks
- Strange drawing problem, the arrow is misplaced by 2 bar ???
No - i can confirm this is a bug where by it is impossible to use "watch variable" functionality.
You can have breakpoints activated but cant expect variables. I can confirm that this is not the "out of scope" issue you may be referring for source code to.
MT4 build 646
MetaEditor build 934
Expressions come up in red with "Expression could not be evaluated".
Unacceptable to ship an update with basic functionality broken.
void OnStart() { //--- bool bResponse=false; double dDouble=99; dDouble=dDouble*dDouble; //set breakpoint here //upon hitting the break-point, include dDouble and bResponse into the Watch Window //both are in red and say "Expression could not be evaluated" dDouble=MathSqrt(dDouble); //step-to here and examine bResponse and dDouble //both are in red and say "Expression could not be evaluated" } //+------------------------------------------------------------------+
Thanks avader906.
I agree with you: it's completely unacceptable to release an update with such a big bug!!
No - i can confirm this is a bug where by it is impossible to use "watch variable" functionality.
You can have breakpoints activated but cant expect variables. I can confirm that this is not the "out of scope" issue you may be referring for source code to.
MT4 build 646
MetaEditor build 934
Expressions come up in red with "Expression could not be evaluated".
Unacceptable to ship an update with basic functionality broken.
I've sent email to support @ ///
Is there a way to submit a bug report besides spending time on opening account on another website (mql5.com) ?
I've sent email to support @ ///
Is there a way to submit a bug report besides spending time on opening account on another website (mql5.com) ?
I dont think so but I already have an account there I'll report your bug with your src code to the service desk.
Edit: Done: Report#1008486
Thank you !
IMHO this bug could be related to following Windows Updates (Win7 x64 system) that either broke dependencies or the way debugger attaches to and examines the memory of the process
KB2952664 (Update for Windows 7 for x64 - based Systems)
KB2964358 (Security Update for Internet Exlorer 11 for Windows 7 for x64-based Systems)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use