I'm trying to understand how the tools -> options -> import/export -> "setup export groups" checkbox tree widget works. I'd like to step through it's _oncreate method, but Slick doesn't like to break in event handlers. I've tried adding a function call to the _oncreate, but I don't think it is ever applying.
I've tried adding the call in optionsxml.e, then I quit Slick. Delete vslick.stu, then start slick. And nothing. I can't seem to insert any code into that function. If I could, I presume I could put a breakpoint there and actually observe the initialization of the widget.
Any suggestions on how to accomplish this exploration?