-
Notifications
You must be signed in to change notification settings - Fork 10
Debugging Tips
LT-Rascek edited this page Mar 19, 2021
·
1 revision
Update with notes on debugging various problems so we don't forget.
- If a file isn't loading, try changing the encoding to ASCII. There's a potential for a hidden character causing a load failure, or some other issue with UTF-08-BOM encoding (two different instances in two different files resolved this way) - LT-Rascek