Tobias Johannes Zimmer:
Hello everybody,
I was wondering if we could have that again, I think it was available in the past, unfortunately now the debugger just says "expression parse error". So each time I want to display any value from inside a class I have to declare an extra data type variable just to check. It gets very impractical over time. Example:
No, I cannot remember a time when you could call functions from watch-list in debugger. - But you can access private member variables from watch list.
add following to your list:
shiba.m_height
and see the value.
Oh wow thanks, this is so great. It never occurred to me to do that.

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
Hello everybody,
I was wondering if we could have that again, I think it was available in the past, unfortunately now the debugger just says "expression parse error". So each time I want to display any value from inside a class I have to declare an extra data type variable just to check. It gets very impractical over time. Example: