support

Forum Replies Created

Viewing 15 posts - 4,651 through 4,665 (of 7,848 total)
  • Author
    Posts
  • in reply to: VisualGDB Template Import Error #13513
    support
    Keymaster

    Hi,

    Thanks, this looks like a bug fixed a few maintenance builds ago. Please update to the latest VisualGDB 5.3R8.

    in reply to: Android executable CMake import #13512
    support
    Keymaster

    Hi,

    No problem. Please let us know what are you trying to create a – stand-alone command-line Android tool, a native Android app or a Java App with C++ part built by CMake.

    in reply to: Line breaks in build output in console #13511
    support
    Keymaster

    Hi,

    Thanks for the screenshot. This type of output is processed directly by Visual Studio and should not be affected by any VisualGDB bugs. If you observe the same in Android Studio, this is likely a bug in Gradle.

    in reply to: Issue with Clang #13509
    support
    Keymaster

    Hi,

    This is by design – VisualGDB normally keeps automatic rename smart tags for 3 last edits. You can disable this by setting this limit to 0 as shown below:

    Please note that you would need to reopen your project after changing this setting.

    Attachments:
    You must be logged in to view attached files.
    in reply to: C11 extensions & Clang-based IntelliSense #13508
    support
    Keymaster

    Hi,

    Normally the Clang IntelliSense should automatically pick this flag from the project settings. If not, please try adding it to VisualGDB Project Properties -> IntelliSense Settings -> Additional flags for C++ files.

    in reply to: nRF52 – steps for logging via RTT to free up UART pins #13507
    support
    Keymaster

    Hi,

    As we are not a vendor for Segger RTT, unfortunately we cannot provide much help for this. For VisualGDB projects we recommend using our advanced semihosting framework (enabled via the Embedded Frameworks page of VisualGDB Project Properties). It provides fast non-stop semihosting (including support for multiple colors via the ANSI escape sequences), is fully integrated with VisualGDB and doesn’t need any extra setup.

    in reply to: VisualGDB breaks IntelliSense in driver projects #13506
    support
    Keymaster

    Hi,

    Thanks, this might be related to a recently fixed bug. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.3.18.2008.msi

    in reply to: Issue with Clang #13494
    support
    Keymaster

    Hi,

    That would normally count as a valid attempt to rename the function. If this is annoying, we could easily add an option to disable this behavior.

    in reply to: Autocomplete not working #13493
    support
    Keymaster

    Hi,

    The shortcut actually comes from Visual Studio.  You can see under in Edit->IntelliSense together with a other IntelliSense commands. If you are not familiar with Visual Studio commands and shortcuts, we would advise looking through the Edit menu – it contains a few very powerful commands.

    in reply to: Android executable CMake import #13492
    support
    Keymaster

    Hi,

    Sorry, unfortunately that is not directly supported. However as for CMake projects the Solution Explorer contents is dynamically built from the CMake project structure, you can simply copy-paste the CMakeLists.txt file structure to a newly created project (and also copy all relevant sources) and VisualGDB will automatically update Solution Explorer to show the contents of your project.

    in reply to: Line breaks in build output in console #13491
    support
    Keymaster

    Hi,

    Strange, normally this would not happen. Does this happen in the Output window (the regular Build Output pane?)? Could you please share a screenshot so that we could see if anything else could provide a hint to the cause behind this?

    in reply to: Multi Core Compilation #13490
    support
    Keymaster

    Hi,

    You can achieve this by adding “-j<# of cores>” to the Make Command -> Customize -> Arguments. You can also use the $(LocalMultiThreadedBuildFlags) expression instead of “-j<#number>” to let VisualGDB automatically query the number of cores from your system properties.

    support
    Keymaster

    Hi,

    Stopping in “HardFault_Handler” usually a problem in the firmware you are trying to debug (e.g. trying to access an invalid memory location).

    The most likely reason for this behavior is incorrect memory layout. You can easily diagnose this by creating map files both in Eclipse and VisualGDB and then comparing them (e.g. check locations/sizes of .text and .data sections, stack pointer/etc). If you get stuck, please try attaching both map files here and we will try to check them for common errors.

    in reply to: Issue with Clang #13473
    support
    Keymaster

    Hi,

    This looks like the renaming smart tag that should normally appear when you rename a function declaration (it would let you automatically adjust the references). If it’s triggering on a function call, most likely you did not include the header file with the function declaration, so Clang treats your call as an implicit declaration. Please include the correct header file in your sources to fix this.

    in reply to: Possible to change location of VisualGDB-DisownTTY-r1? #13471
    support
    Keymaster

    Hi,

    Yes, please use Tools->VisualGDB->SSH Host Manager->Host-wide settings->Temporary directory.

Viewing 15 posts - 4,651 through 4,665 (of 7,848 total)