Bug 1384 : errors that happen inside events (e.g. keys) not highlighting lines
Last modified: 2010-03-10 05:50




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P1
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2009-11-29 09:18
errors on the event thread are not producing useful stack trace
information. for instance, a NPE inside a keyPressed() handler does not
return a line number inside the sketch, because the stack frames don't
include any code from inside the sketch.
Additional Comment #1 From MrFeinberg 2010-03-09 06:55
As far as I know, I've fixed this. Confirm?
Additional Comment #2 From fry 2010-03-10 05:50
yep, fixed.