support

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 7,808 total)
  • Author
    Posts
  • in reply to: How can I enlarge the font for VisualGDB settings dialog? #36184
    support
    Keymaster

    Hi,

    We have switched all commonly used property pages to WPF by now, so they should look fine. If not, please attach a screenshot of the unreadable text along with a screenshot of the Visual Studio GUI that looks better, and we will look into it.

    in reply to: ESP32/Arduino problems #36179
    support
    Keymaster

    The Arduino projects are completely separate from the regular ESP-IDF projects. You can read more about them here. The ESP-IDF projects are described here.

    There is no need to reinstall VisualGDB – it checks for installed packages every time you start Visual Studio. Reinstalling it does not affect the trial status.

    in reply to: Support for .S files #36177
    support
    Keymaster

    Hi,

    This should work just fine as long as the assembly files are preprocessed. If you are not sure, let us know your project type (MSBuild/CMake) and the  compiler you are using, and we can suggest where to look for it.

    in reply to: ESP32/Arduino problems #36176
    support
    Keymaster

    Hi,

    This is something for you to figure out. The Arduino package structure is not specific to VisualGDB and it’s not up to VisualGDB to fix it. You can ask on the ESP32 forum – there are likely others that encountered the same problem.

    in reply to: ESP32/Arduino problems #36172
    support
    Keymaster

    Hi,

    Please try running the gdb executable shown in the message (C:\Users\pdp\AppData\Local\Arduino15\packages\esp32\tools\esp-rv32\2302\bin\\riscv32-esp-elf-gdb) manually. Arduino package vendors sometimes forget to ship required libraries with their packages, leading to this type of error.

    in reply to: Multiple VisualGDB issues #36171
    support
    Keymaster

    Sorry, it doesn’t look like any known issue and is likely caused by some rare combination of settings that is hard to deduce from the description you provided.

    The easiest way to troubleshoot it would be to try creating a new similar project from scratch, and checking if the problem persists. If the problem does not happen on a newly created project, please try comparing the settings files between the working and non-working projects. Many problems are caused by very minor differences in settings.

    If you can confirm that the problem persists on a newly created project, please let us know the steps to reproduce it, including the detailed screenshots of every step you do and every error message you get. If we can follow them on our side and get the same problem, we should be able to fix the issue or suggest a workaround.

    in reply to: I cannot run program flash memory #36167
    support
    Keymaster

    Hi,

    Please make sure you are using the latest VisualGDB 6.0R5. You can download it here: https://visualgdb.com/download/

    in reply to: Update to latest OpenOCD (ST Fork) #36166
    support
    Keymaster

    Hi,

    Our latest build of the ST’s OpenOCD fork is based on the 1.13.0 branch. Please refer to this page for more details.

    support
    Keymaster

    Sorry, we couldn’t reproduce that one. Most likely, it is caused by something else. In order to narrow it down please try checking the following:

    1. Does it happen with a newly created project of the same type?
    2. If yes, does it happen with remotely built CMake projects, locally built CMake projects or both?
    3. Does it also happen with MSBuild-based projects of the same layout (local/remote)?
    in reply to: Preprocess linker scripts #36155
    support
    Keymaster

    Sorry about that, looks like a bug introduced in one of the recent updates. Please try this build: VisualGDB-6.0.104.5238.msi

    support
    Keymaster

    Hi,

    No problem, please try this build: VisualGDB-6.0.104.5238.msi

    in reply to: how to exclude ComPort project settings from github #36153
    support
    Keymaster

    Thanks, please try this build: VisualGDB-6.0.104.5238.msi.

    VisualGDB will now expand per-user variables in the COM port and Baud Rate setting, so you can set the COM port to something like $(ESP32ComPort) and it will have different values for different users.

    in reply to: WSL won’t debug? #36152
    support
    Keymaster

    Sorry, it doesn’t look like any known issue and is likely caused by some rare combination of settings that is hard to deduce from the description you provided.

    The easiest way to troubleshoot it would be to try creating a new similar project from scratch, and checking if the problem persists. If the problem does not happen on a newly created project, please try comparing the settings files between the working and non-working projects. Many problems are caused by very minor differences in settings.

    If you can confirm that the problem persists on a newly created project, please let us know the steps to reproduce it, including the detailed screenshots of every step you do and every error message you get. If we can follow them on our side and get the same problem, we should be able to fix the issue or suggest a workaround.

    in reply to: VisualGDB’s Edition Issues in CI #36151
    support
    Keymaster

    Hi,

    It looks like you are trying to use a VisualGDB edition that does not support unit tests:

    2024-11-21T21:23:12.0360628Z Build/launch failed: Your edition of VisualGDB does not support unit tests

    Please make sure you are using the Custom or Ultimate edition.

    in reply to: DebugMethod CommandLine does not expand Macros #36139
    support
    Keymaster

    Hi,

    This one is tricky. VisualGDB projects are designed to be debuggable outside Visual Studio as well (e.g. to run tests or record traces), so the debug engine does not receive the regular Visual Studio variables.

    VisualGDB-level variables (e.g. $(ProjectDir)) will work and you can also pass arbitrary variables via environment. The $$SYS:MCU_ID$$ syntax is used for BSP-level variables (that are not specific to a particular project) and are used for tasks like translating the same BSP definition into both CMake rules and MSBuild rules.

Viewing 15 posts - 136 through 150 (of 7,808 total)