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 256523 - Step Into from java to native code fails due the missed file
Summary: Step Into from java to native code fails due the missed file
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Mixed Development (show other bugs)
Version: 8.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 17:43 UTC by Alexander Pepin
Modified: 2016-03-16 08:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (160.30 KB, image/png)
2015-11-11 17:43 UTC, Alexander Pepin
Details
gdb log (9.22 KB, text/plain)
2015-11-11 17:44 UTC, Alexander Pepin
Details
IDE messages log (48.55 KB, text/x-log)
2015-11-11 17:45 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2015-11-11 17:43:43 UTC
Created attachment 157281 [details]
screenshot

Step to reproduce:
- create a java application with a main java class containing a native method
and a native dynamic library project implementing that method
- build both projects
- run java application, it runs successfully
- set a breakpoint in java code calling a native method
- start debugging
- when the breakpoint is reached do Step Into
Results: GDB starts and fails due to a missed file, debugger error window appears  (see screenshot).
Comment 1 Alexander Pepin 2015-11-11 17:44:56 UTC
Created attachment 157282 [details]
gdb log
Comment 2 Alexander Pepin 2015-11-11 17:45:30 UTC
Created attachment 157283 [details]
IDE messages log
Comment 3 henk89 2015-11-12 14:01:13 UTC
Fixed in enum#29f145054118

As we use the build target in misc-build.xml it should build cndext instead of cnd.
Comment 4 Quality Engineering 2015-11-24 02:31:13 UTC
Integrated into 'main-silver', will be available in build *201511240002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/118dbac16af9
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #256523 - Step Into from java to native code fails due the missed file
(transplanted from 29f1450541185d2280cdbb35223d34d3e636902a)
Comment 5 Alexander Pepin 2015-11-25 15:23:09 UTC
Verified in build 20151119.