Shoes.app :height => 400, :width => 400 do
big = 9 ** 99
line(0, 0, 0, big) rescue nil
endProblems: 1. The rescue statement doesn't work. Shoes logs an exception to the console 2. The line number is uninformative 3. There's no way to get a full stacktrace martin
