avrodoc
avrodoc copied to clipboard
Report errors to the user
Currently any errors during schema parsing are thrown as JavaScript exceptions and just bubble to the top. Unless the user has the JavaScript console open, all they see is a blank page. We should catch those errors and show them to the user (in a dialog box or something).