Hacker News new | ask | show | jobs
by michaelmrose 3355 days ago
Why do you consider it valuable to give people an application and make it harder to debug when it crashes or misbehaves?
1 comments

Because the end user shouldn't have any debug access, only the developer. Errors should be handled in application. In worst case (total exit of process from an error) Most people don't have error handling anyway. (And I don't want the only tool required to evade the license check to be notepad + asar)