support

Forum Replies Created

Viewing 15 posts - 5,896 through 5,910 (of 7,857 total)
  • Author
    Posts
  • in reply to: Debugging Child Process #9652
    support
    Keymaster

    Hi,

    Please refer to the screenshot below (this corresponds to the Debug Settings page of VisualGDB Project Properties):

    You only need to set those for the executable project.

    in reply to: Debugging Child Process #9649
    support
    Keymaster

    Hi,

    Sorry, looks like you are still using the gdbserver. Otherwise the ‘Remote communication error.’ message will not be shown.

    Please try selecting the direct mode manually:

    1. Start gdb in the following mode: Custom mode
    2. GDB launch command: gdb –interpreter mi –args “$(TargetPath)”
    3. Use a gdbserver: no
    4. Target selection command: (empty)
    5. Debugging start mode: use “run” command
    support
    Keymaster

    Hi,

    This define was added in one of the latest releases of the STM32 BSP and it supports controlling the HAL_LEGACY macro via the VisualGDB GUI.

    Most likely you have created a project using the old BSP and then converted it to a stand-alone one using the new BSP, so VisualGDB did not find the new setting in the project configuration and did not substitute it properly. This can be safely ignored and should not happen for projects created with the new BSP.

    in reply to: Stop debugging – STM32F4 #9647
    support
    Keymaster

    Hi,

    Please try manually running commands like ‘detach’ or ‘disconnect’ in the GDB session window and see if any of those ends debugging with resuming the target.

    If it does, please configure VisualGDB to use that command on exit. If it does not work, please try enabling the GDB logging on the Advanced GDB Settings page of VisualGDB Project Properties. Then try ending debugging and check the last commands shown in the gdb log.

    in reply to: ESP32 Problem with enabling BT stack #9646
    support
    Keymaster

    Hi,

    Have you tried setting optimization to -Og like the tutorial suggests?

    in reply to: Downloading tool chain problem #9644
    support
    Keymaster

    Hi,

    Yes, you can download it manually from http://gnutoolchains.com/raspberry/

    in reply to: Missing Hardware Registers STM32F446RE #9643
    support
    Keymaster

    Hi,

    Yes, we will fix this in the final BSP release.

    in reply to: C++Intellisense for protected member variables #9630
    support
    Keymaster

    Hi,

    Thanks, we have managed to reproduce and fix this. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.2.14.1318.msi

     

    in reply to: Modal dialogs hanging VS #9629
    support
    Keymaster

    Hi,

    Thanks for confirming this. We have added background execution for custom shortcuts to v5.3 roadmap. We will post an update here once this feature is available.

    in reply to: Debugging Child Process #9628
    support
    Keymaster

    Hi,

    Yes, please check the ‘Allow choosing build/clean/debug command hosts independently’ checkbox on the Project Settings page of VisualGDB Project Properties.

    in reply to: Clang IntelliSense appearing as GCC to source #9627
    support
    Keymaster

    Hi,

    VisualGDB normally does exactly that – captures the #define-s reported by gcc and feeds them into the Clang IntelliSense. If you are using MSBuild projects, you can see a list of those via View->Clang IntelliSense Diagnostics Console ->View->ProjectStatus->CFLAGS (due to a bug in the Windows edit control, it may appear empty if CFLAGS is too long; copy-pasting it to notepad should help). If you are using non-MSBuild projects, the flags are dumped in gcc_<configuration name>.h and this file is forcibly included by the Clang engine.

    If you believe this is not happening, please let us know the details (which macros are missing from the IntelliSense point of view) and we will help you troubleshoot this.

    in reply to: Missing Hardware Registers STM32F446RE #9626
    support
    Keymaster

    Hi,

    Sorry about that, this is a bug of the new mbed BSP that is in the Beta stage.

    To fix this, please copy the  %LOCALAPPDATA%\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.stm32\STM32F4xxxx\DeviceDefinitions\stm32f446xx.xml.gz file to %LOCALAPPDATA%\VisualGDB\EmbeddedBSPs\arm-eabi\com.sysprogs.arm.mbed\DeviceDefinitions\stm32f446xx.xml.gz and add the following line to the mbed.xml file in your project directory under the EmbeddedProfile element:

      <MCUDefinitionFile>DeviceDefinitions/stm32f446xx.xml</MCUDefinitionFile>

    This will automatically pick the register definitions from the normal STM32 package.

    in reply to: Debug visualizers #9625
    support
    Keymaster

    Hi,

    We currently don’t have any specific plans for supporting visualization of std::multimap or boost::fusion::vector, however VisualGDB offers 2 mechanisms that allow adding custom type visualizers easily:

    in reply to: Exception breakpoint #9624
    support
    Keymaster

    Hi,

    Yes, you can do that by pressing the Signals button in the GDB Session window, going to the Catchpoints page and selecting “Break on throwing an exception”.

    in reply to: Mbed compile problem #9623
    support
    Keymaster

    Hi,

    It is hard to say what could be wrong based on this description. Please try debugging your program by pressing F5 in Visual Studio and step through the initialization code to see what is wrong.

Viewing 15 posts - 5,896 through 5,910 (of 7,857 total)