noname007 / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Can't enable debugging #662

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. created new collection
2. loaded it with the Developer tools (Load Developer Stencil Directory)
3. added new shapes
4. added stencilDebug to some of the js blocks in the shape
5. opened the console from the developer tools menu (Show Error Console)
6. no output from stencilDebug

What is the expected output? What do you see instead?
Expect to see some print out from the stencilDebug command

What version of the product are you using? On what operating system?
2.0.5 - Ubuntu 14.10

Please provide any additional information below.

I've been trying to create a new stencil for our company products and I'm 
unable to use the stencilDebug or any other javascript debugging.  
I normally use the installed package for ubuntu, but I've also tried
downloadeding the latest source and latest packages (2.0.6 on Ubuntu 14.10) 
installed xulrunner etc, but can't get the debugging working.  Looks like some 
of the debugger functions are commented out in content/pencil/common/util.js

Is there some documentation on how to enable and use debugging functions with 
pencil?

Great tool by the way. Thanks.

Original issue reported on code.google.com by jcrawfor...@gmail.com on 11 Dec 2014 at 9:33