Category:Debugging

The following pages are useful for the purpose of debugging. One common cause of issues is invalid types for a particular purpose, such as attempting to run a function that requires a reference on a ref variable that does not store a reference- it might be empty, or store a base form instead.