Question about MT4 debugger

 

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.