support

Forum Replies Created

Viewing 15 posts - 7,246 through 7,260 (of 7,664 total)
  • Author
    Posts
  • in reply to: Debugger Detached? #2405
    support
    Keymaster

    As mentioned before, please send us the GDB log so that we can actually see what’s happening and give you more advice

    in reply to: Debugger Detached? #2403
    support
    Keymaster

    Hi,

    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.

    in reply to: Debugger Detached? #2401
    support
    Keymaster

    Hi,
    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.

    in reply to: Debugging Problems #2309
    support
    Keymaster

    We have fixed the VS2012 compatibility issues in VisualGDB 2.7

    in reply to: VisualGDB: post-compile error #2367
    support
    Keymaster

    Hi,

    You can fix this by adding the following line to Android.mk just before the “include $(BUILD_SHARED_LIBRARY)” line:

    LOCAL_SHORT_COMMANDS := true
    in reply to: VisualGDB: cannot build Android native library #2295
    support
    Keymaster

    Hi,

    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?

    in reply to: VisualGDB: cannot build Android native library #2296
    support
    Keymaster

    Looks like some old version of make.exe gets invoked. Could you please paste the entire build log here?

    in reply to: Debugging Problems #2310
    support
    Keymaster

    We are currently working on resolving VS2012 compatibility issues. Does the debugging work with VS2010?

    in reply to: GDB server terminated unexpectedly #2411
    support
    Keymaster

    Hi,
    It’s a bug of the Android run-as tool. See this page for possible workarounds.

    in reply to: How to create static library project? #2365
    support
    Keymaster

    Do you mean an Android static library or a Linux/embedded static library?

    in reply to: Ninja Build and stop makefile updates #2356
    support
    Keymaster

    Yes, just remove the #VisualGDBAndroid: AutoUpdateSourcesInNextLine line from Android.mk

    in reply to: [Android] VisualGDB wrong paths #2351
    support
    Keymaster

    Hi,

    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?

    support
    Keymaster

    Hi,

    Please try registering the 32-bit version of VBoxKD.DLL

    support
    Keymaster

    Hi,

    Fixed in 2.8

    in reply to: GDB server terminated unexpectedly #2410
    support
    Keymaster

    Hi,

    Could you please post your AndroidManifest.xml file here?

Viewing 15 posts - 7,246 through 7,260 (of 7,664 total)