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 - Can't set a breakpoint inside a lambda
Summary: Can't set a breakpoint inside a lambda
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-30 08:04 UTC by robyter
Modified: 2014-04-30 08:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.