- www.metatrader5.com
I've set up vsc with some new extension. It perfectly works!
But I am newbie, I print variables very often for checking. Is there a way to see output of print function only using vsc without opening metatrader terminal?
Is there a way to debug mql5 in vscode?
I've set up vsc with some new extension. It perfectly works!
But I am newbie, I print variables very often for checking. Is there a way to see output of print function only using vsc without opening metatrader terminal?
Is there a way to debug mql5 in vscode?
Yes. Log file is lagging and too big.. not ideal for me.
I open 4 windows. Metatrader5 terminal, Metaeditor, vsc and mql5.chm. I write some code snippet in vsc and compile it in vsc -> then go to metaeditor push F5 for running -> then go to metatrater5 terminal for checking Experts log.
For now, from what I've learned so far, I think this is the best way to debug with other IDE, is that correct?
I open 4 windows. Metatrader5 terminal, Metaeditor, vsc and mql5.chm. I write some code snippet in vsc and compile it in vsc -> then go to metaeditor push F5 for running -> then go to metatrater5 terminal for checking Experts log.
For now, from what I've learned so far, I think this is the best way to debug with other IDE, is that correct?
I think vsc and np++ are basically the same but the difference in taste.
Yes I should have to consider version control, too.
Browser is god!!!
Thank you!

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi. I'm newbie and not native English speaker! Sorry for future mistake!
I have experience with other IDE. There are usually bracket matching and ending bracket is usually just re-typed and no need to cursor moving with keyboard or delete something.
But MetaEditor don't cover up ending bracket. So I need to move my cursor to behind the ending bracket or I just delete it and re-type it.
I think this is too bothering.
Am I missing some good tip or function? or just only am I bothering this..?
And Is there a line wrapping? When I type long expression.. I can't see it!!
Thank you!