Although it's a very basic thing: I do not know how to debug an XControl and I also did not find any information in any documentation.
What I did so far: I open the Facade VI and then click on "Run Continuously". This seems to work at a first glance, BUT it turns out that it just starts the block diagram of the Facade (typically the event handler) repeatedly. Neither does it simulate the init, nor does it handle Data and State correctly.
So what is the best way to debug an XControl?