debug

  • warning: Cannot modify header information - headers already sent by (output started at /home/joel/public_html/blog/includes/bootstrap.inc:696) in /home/joel/public_html/blog/includes/common.inc on line 148.
  • The comment you are replying to does not exist.
Tags:

Unlike most other computer languages, when ActionScript code fails, it fails silently. If my code sends an undefined argument to a function, there is no crash, no alert message, nothing scary.

Overall, this is a good thing. If my live swf hits a bug, it might work just fine, no one is the wiser and life goes goes on blissfully unaware.

Read more...