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 All
I'm trying to track the creation process of my GUI to review all the process step by step.
As the code is already almost huge and does many nested works I need to use the debugger to find the issue and fix it.
Off course the functions related to the UI's creation are called in OnInit.
However, the debugger showes me the processes of what happenes only after the UI's creation.
Do you know any way with which I can use the debugger to see the whole process of the UI creation please?
I would appreciate any help.