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 256899 - Mixed dev. should support "set breakpoints and debug" work flow
Summary: Mixed dev. should support "set breakpoints and debug" work flow
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Mixed Development (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 15:07 UTC by Vladimir Kvashin
Modified: 2017-04-05 11:47 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 Vladimir Kvashin 2015-12-01 15:07:23 UTC
Now mixed development supports only scenario of stepping into a native function.
If user wants just to set breakpoints in java and native code, then start debugging and hopes that both java and native breakpoints will be hit - there no east way.

The workaround is to attach native debugger to java process.

It would be fine if IDE automated this.