support

Forum Replies Created

Viewing 15 posts - 5,416 through 5,430 (of 7,817 total)
  • Author
    Posts
  • support
    Keymaster

    Hi,

    Thanks, looks like our bug. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.2.16.1462.msi

    in reply to: boost intellisense issue? #10937
    support
    Keymaster

    Hi,

    Thanks, this actually looks like a side effect of one of our fixes on top of the original Clang. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.2.16.1462.msi

    in reply to: build errors path mismatch? #10936
    support
    Keymaster

    Hi,

    It’s hard to say why the paths would be reported incorrectly without seeing the original build output. Please try running the build command manually via command line (outside VisualGDB) and check the paths reported there. If you are not sure, feel free to post the log here and we will help you find the correct settings.

    in reply to: DEBUG defined in gcc_Debug.h? #10933
    support
    Keymaster

    Hi,

    Hard so say what could cause that, but good to know it works. If you encounter the problem again, feel free to reopen this topic.

    in reply to: ESP32 Toolchain Update #10905
    support
    Keymaster

    Thanks, we will check it out and release an updated toolchain within the next month.

    in reply to: DEBUG defined in gcc_Debug.h? #10902
    support
    Keymaster

    Hi,

    For custom build, VisualGDB would actually expect you to configure IntelliSense manually. Hence manually editing the gcc_Debug.h file would be the recommended option.

    If it does not help, please try using the ‘Go to definition’ command to locate the macro definition. Also please double-check that you are using the Clang IntelliSense engine and not the native VS one.

    in reply to: bug with multiple dots in file names #10901
    support
    Keymaster

    Hi,

    Thanks for reporting this, we have fixed it in this build: VisualGDB-5.2.16.1459.msi

    in reply to: Refreshing the stack after loading libraries? #10900
    support
    Keymaster

    OK, thanks. We should be able to reproduce and fix it in v5.3. We will post an update here once we have a preview build with this feature.

    in reply to: syncing every file? #10899
    support
    Keymaster

    Hi,

    This could be indeed related.

    We are actually planning to improve the large directory downloading in VisualGDB 5.3 and will reinvestigate this when adding the new feature. As a temporary workaround, please either try running VS as administrator, or temporarily remove the symlink during synchronization.

    in reply to: Feature request: Cortex ITM/SWO support #10898
    support
    Keymaster

    Hi,

    If it only occurs once every few months, it’s probably easier to just ignore it rather than to try locating the cause. If it starts occurring more often after some specific change, let us know and we will try reproducing it on our side.

    in reply to: build errors path mismatch? #10897
    support
    Keymaster

    Hi,

    Yes, you can experiment with the default Windows path for relative paths via VisualGDB Project Properties -> Path Mapping.

    in reply to: source files paths cached somewhere? #10896
    support
    Keymaster

    Hi,

    The Clang IntelliSense caches the old file paths in the global file table in order to speed up the up-to-date check operations. The message can be safely ignored, but you can also simply remove the CodeDB directory to discard the IntelliSense cache.

    in reply to: Partially Memory Dump #10895
    support
    Keymaster

    Hi,

    You can use the dump command via the GDB Session window to dump arbitrary memory regions to disk.

    in reply to: User Vars missing from VisualGDB settings #10894
    support
    Keymaster

    Hi,

    The user variables are supported starting from the Custom edition. If you are using a lower edition, VisualGDB won’t display the related property pages.

    You can always upgrade your edition via http://sysprogs.com/splm/mykey or simply use the Windows environment variables instead if you don’t need the other Custom edition features.

    in reply to: DEBUG defined in gcc_Debug.h? #10884
    support
    Keymaster

    Hi,

    It is defined there because VisualGDB normally defines the DEBUG macro for the debug configurations to distinguish them from release ones.

    You can simply remove it from the “preprocessor macros” field via VisualGDB Project Properties and click “Apply” to regenerate the gcc_Debug.h file automatically.

Viewing 15 posts - 5,416 through 5,430 (of 7,817 total)