Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
debug function
ilya_baran
Onshape Employees, Developers, HDM Posts: 1,211
I added a function (with overloads) called
within any feature will print the value to the console in some form and for certain types of value, display it in red while the feature is being edited. See https://demo-c.dev.onshape.com/FsDoc/library.html#module-debug.fs for the types you can and can't use. Let me know if this helps and how it can be improved.
debug
that you can call as follows:debug(context, value);
within any feature will print the value to the console in some form and for certain types of value, display it in red while the feature is being edited. See https://demo-c.dev.onshape.com/FsDoc/library.html#module-debug.fs for the types you can and can't use. Let me know if this helps and how it can be improved.
Ilya Baran \ VP, Architecture and FeatureScript \ Onshape Inc
0
Comments
cc @Lauren_Froschauer