
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
Since it seems, you are an experienced coder, let me share a File to help your debugging approaches.
The Doc is in the header, but is outdated.
It come uncommented and without support....
The most powerful macro is
DBG_MSG_VAR(x)
which takes any variable of fundamental type.
Do you have an output example? I have already so many debug macros in the code, including profiling, class hierarchy etc. ...
Yes, it did. Thats how i detected it or rather why I started debugging here.
Ok. Seems a corrupted memory issue in this case. Is it reproducible ? Can you provide code ?
May I ask you why you are using static variables there ? They are actually constants.