Hello,
I'm using Version 3.18 P009
I'm trying to debug a panel it looks like the debugger doesn't display my panel until there's a panelref inside.
Also I put a pushbutton with a simple code in it and the pushbutton does not appear in the debugger.
Are there any precautions to take when using the debugger? I have the impression to do as before and it does not work the same anymore.
thank you all for your reactions
Aurélien
CTRL Debugger / UI
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: CTRL Debugger / UI
I have tested it with a simple panel with just a few objects in it.
The CTRL debugger shows the objects which already have executed a script.
When you want to debug a "Clicked" script of a button it must be executed once before you can see it in the debugger.
Best Regards
Leopold Knipp
Senior Support Specialist
The CTRL debugger shows the objects which already have executed a script.
When you want to debug a "Clicked" script of a button it must be executed once before you can see it in the debugger.
Best Regards
Leopold Knipp
Senior Support Specialist
- amichon
- Posts:93
- Joined: Sat May 17, 2014 3:49 pm
Re: CTRL Debugger / UI
Thanks a lot !
Looks like I've never needed to debug a clicked event until now !!

Looks like I've never needed to debug a clicked event until now !!