meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:user_guide_website [2021/09/14 01:20]
JSCAD Editor [Trouble Shooting Designs]
en:user_guide_website [2021/09/14 01:22] (current)
JSCAD Editor [Trouble Shooting Designs]
Line 84: Line 84:
 Also, additional messages can be sent to the console, making trouble shooting easier. For example, the contents of a parameter can be sent to the console by: Also, additional messages can be sent to the console, making trouble shooting easier. For example, the contents of a parameter can be sent to the console by:
  
 +<code javascript>
 console.log('parameter',parameter) console.log('parameter',parameter)
 +</code>
  
 Hopefully, these pointers will be enough to trouble shoot any issues. If not then please contact User Group for some great help. Hopefully, these pointers will be enough to trouble shoot any issues. If not then please contact User Group for some great help.