It looks like when you are debugging lambdas, the frame above the lambda is the synthetic method frame and it has a line number of -1. Seems like we should have that be the line where the lambda is defined instead. Sam