This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 244188

Summary: Can't set a breakpoint inside a lambda
Product: java Reporter: robyter
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description robyter 2014-04-30 08:04:05 UTC
The only way to have a breakpoint inside a piece of code running inside a lambda expression is to convert it to an anonymous class.

It is good that a quick workaround exists but it would be nice to have this feature.