support

Forum Replies Created

Viewing 15 posts - 7,081 through 7,095 (of 7,541 total)
  • Author
    Posts
  • in reply to: VisualGD and Android-x86 on VirtualBox #2276
    support
    Keymaster

    Please try VisualGDB 3.0 Beta 1. The problem is fixed there.

    in reply to: Remote GDB "frozen" on "info target" command #2191
    support
    Keymaster

    Hi,

    Thanks for reporting this. Fixed in Beta 2.
    http://www.visualgdb.com/download/

    in reply to: "Object reference not set to an instance of an object." #2360
    support
    Keymaster

    Hi,

    Could you please send us your .vcprojx file and the .filters files so that we could reproduce and fix your problem?
    There was a bug in v2.7 that could cause this, however it was fixed in v3.0.

    in reply to: VisualGD and Android-x86 on VirtualBox #2274
    support
    Keymaster

    Hi,

    Yes, the bug is caused by the ‘ps’ command producing slightly different output from the one on most of the Android devices.
    We have fixed this in the upcoming VisualGDB 3.0 release. We are planning to release the beta (also supporting vs-android integration) at the end of this week.

    in reply to: Permission to use the icon #1995
    support
    Keymaster

    Hi,

    Permission granted. If you need an official document, email sysprogs@sysprogs

    in reply to: [REQUEST] Integrate with vs-android #2263
    support
    Keymaster

    Hi,
    Done. Please download VisualGDB 3.0.

    in reply to: Evaluating for Cortex M3 #2087
    support
    Keymaster

    Hi,

    You can easily use VisualGDB with the free CodeSourcery Lite toolchain.
    Please try this instructions on setting up the toolchain: http://www.lpcware.com/content/project/lightweight-ip-lwip-networking-stack/building-lwip/embedded-artists-lpc1788-board/gn

    in reply to: VisualGDBBuildServer not support mono 4 #2112
    support
    Keymaster

    OK, thanks, we’ll look into it.

    in reply to: Step through from C# to C++ #2043
    support
    Keymaster

    Hi,

    Unfortunately, stepping into the functions from C# to VisualGDB-based C++ is not supported.
    However, you can start C# debugging in Visual Studio and then attach to the same process with VisualGDB from another Visual Studio instance.
    Although stepping between C# and C++ won’t work, you will be able to debug C# code from one Visual Studio instance and the C++ code from another instance.

    in reply to: Licence type decision #2079
    support
    Keymaster

    Hi,
    We are planning a new release this week. Please contact sales@sysprogs.com and we will extend your trial period to 15 days more.

    in reply to: Which activity is launched on debug? #2011
    support
    Keymaster

    OK, you’ve convinced me that the current behavior is confusing enough. We’ll add support for reading the intent tags into the upcoming v2.8 release.

    in reply to: VisualGDBBuildServer not support mono 4 #2113
    support
    Keymaster

    Hi,

    Could you please provide more detailed info on what exactly fails on mono 4.0?

    in reply to: Which activity is launched on debug? #2009
    support
    Keymaster

    Hi,

    VisualGDB indeed launches the first activity from the XML file. Thus you can control it by editing the XML file directly.
    If it’s a major inconvenience and you believe making special GUI for it can save time, let us know so that we schedule this feature for further releases.

    in reply to: Can’t set breakpoints #2425
    support
    Keymaster

    Thank you for the log files!
    It looks like there’s a bug in gdb 6.x shipped with the latest NDK that it refuses to take fully-qualified file paths on Windows. On ARM targets this is fixed by using prebuilt GDB 7.x that is provided with VisualGDB.
    We have added a workaround to the upcoming VisualGDB 2.8 to use file-name-only syntax as a last resort if GDB refuses to accept all other file name variations.

    The only workaround with the current version is to issue the breakpoint commands with file-name-only syntax manually (e.g. -break-insert -f arch_android.cpp:116).
    Alternatively you could use an ARM target until we release VisualGDB 2.8.

    in reply to: Can’t set breakpoints #2422
    support
    Keymaster

    That is very strange. Is the library actually loaded at the time you set the breakpoint? Could you please run the “info sources” and “info shared” commands just after you set the breakpoint and post the entire log containing all 3 commands here?

Viewing 15 posts - 7,081 through 7,095 (of 7,541 total)