FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1384 : errors that happen inside events (e.g. keys) not highlighting lines
Last modified: 2010-03-10 05:50
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P1
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.