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 257857 - Be able to add breakpoints on types that are known during runtime.
Summary: Be able to add breakpoints on types that are known during runtime.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-05 06:36 UTC by Martin Entlicher
Modified: 2016-02-05 06:36 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 Martin Entlicher 2016-02-05 06:36:37 UTC
Currently, the IDE specifies declaratively on which file types and what breakpoint types is the user able to set.

This is fine for projects that know in advance which languages are they able to debug (e.g. Java debugger, C/C++ debugger, etc.)

But this architecture is insufficient when we find additional file types that we know how to debug during runtime. This can happen when source maps are used in JavaScript debugging, or when debugging languages interpreted by Truffle framework.