Forum Replies Created
-
AuthorPosts
-
supportKeymaster
As mentioned before, please send us the GDB log so that we can actually see what’s happening and give you more advice
supportKeymasterHi,
That’s strange. Uninstalling the app should normally reset the state.
As mentioned before, please send us the GDB log so that we can actually see what’s happening and give you more advice.supportKeymasterHi,
There’s a bug in the NDK version of GDB that causes breakpoint problems. VisualGDB fixes it for obvious cases like the JNI directory, but probably does not fix it for your project.
Please open the GDB Session window, select “All interaction with GDB” and try settings your breakpoints. Then send us (or post here) the contents of the GDB Session window. It will contain the GDB commands and replies related to the breakpoints and will help us determine why your breakpoints are not working.You can also try executing the “sharedlibrary” and “info shared” commands in the GDB session window to ensure that your symbols are loaded correctly.
supportKeymasterWe have fixed the VS2012 compatibility issues in VisualGDB 2.7
supportKeymasterHi,
You can fix this by adding the following line to Android.mk just before the “include $(BUILD_SHARED_LIBRARY)” line:
LOCAL_SHORT_COMMANDS := true
supportKeymasterHi,
Sorry for the late reply.
VisualGDB cannot start debugging because the NDK build system fails to include gdbserver[/b[ into the application package. It might be related to your build problem.
Does the “*** target pattern contains no `%’.” message always appear? Does reinstalling NDK help?supportKeymasterLooks like some old version of make.exe gets invoked. Could you please paste the entire build log here?
supportKeymasterWe are currently working on resolving VS2012 compatibility issues. Does the debugging work with VS2010?
supportKeymasterDo you mean an Android static library or a Linux/embedded static library?
supportKeymasterYes, just remove the #VisualGDBAndroid: AutoUpdateSourcesInNextLine line from Android.mk
supportKeymasterHi,
Which version of NDK and SDK are you using?
Are you using a custom Android.mk file? Could you please post it here or send to the support email?August 30, 2012 at 20:50 in reply to: VERR_PDM_INVALID_DEVICE_GUEST_BITS Error using Virtual KD #2095supportKeymasterHi,
Please try registering the 32-bit version of VBoxKD.DLL
August 30, 2012 at 20:49 in reply to: No debugging logs from win32 applications in vista or seven #2215supportKeymasterHi,
Fixed in 2.8
supportKeymasterHi,
Could you please post your AndroidManifest.xml file here?
-
AuthorPosts