Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
In the Debugger mode of testing a QML application is it possible to include a list
of functions?
Just like you did with properties, could you create an "object" such as "method"
which is used in place of the JS function. Its only use is a wrapper for the function
definition to allow you to display a list of "methods names" in the object.
I can see that might be too much of an overhead for a release version, but maybe
it could aid in the debugging process. Just an Idea.