Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Step into Native code?(How can I step into native code specified in a Shared Library?)
Step into Native code? [message #722525] Tue, 06 September 2011 03:42
Kevin Kowalewski is currently offline Kevin KowalewskiFriend
Messages: 1
Registered: September 2011
Junior Member
Hi,

Let me tell you a little about my project setup first. I've been tasked with integrating our companies existing C++ core into an Andriod application and am having problems stepping into Native (C++) code.

1. I've installed the Sequoyah plugin.
2. I've added the source to the project but it is NOT compiled from eclipse, its there only to help the native debugger find source.
3. Debug symbols are present in all static & shared libraries.

After adding a breakpoint at any of my native methods, Eclipse is not able to step into them. I'm not 100% sure why, but I would have expected it to be able to as the debugger added (as per the Sequoyah documentation) is able to view line file names and line numbers and a full stack trace when the program crashes.

On a side note the debugger does NOT not allow me to expand the native Thread [1] until the program has crashed at which point the drill down arrow is visible and I can actually see where the fault was.

[Updated on: Tue, 06 September 2011 03:45]

Report message to a moderator

Previous Topic:adding a C library to a C++ project?
Next Topic:Difficulty with SWT code
Goto Forum:
  


Current Time: Tue Apr 23 08:59:30 GMT 2024

Powered by FUDForum. Page generated in 0.08193 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top