Canvas troubleshooting: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 6: Line 6:


== Debugging Canvas code ==
== Debugging Canvas code ==
{{Note|For the sake of simplicity, we are going to work with a simple code snippet showing a Canvas GUI dialog.}}
The following snippet is taken from [[Canvas Snippets]]
The following snippet is taken from [[Canvas Snippets]]


Line 21: Line 23:
var root = myCanvas.createGroup();
var root = myCanvas.createGroup();
</syntaxhighlight>
</syntaxhighlight>
=== Canvas Status ===


=== Inspecting a Canvas Group ===
=== Inspecting a Canvas Group ===
Line 49: Line 53:
io.write_properties(filename, myCanvas);
io.write_properties(filename, myCanvas);
</syntaxhighlight>
</syntaxhighlight>


== Profiling Canvas code ==
== Profiling Canvas code ==

Navigation menu