support

Forum Replies Created

Viewing 15 posts - 4,546 through 4,560 (of 7,849 total)
  • Author
    Posts
  • in reply to: Clang vs Visual Studio Intellisense (issues with Clang) #20096
    support
    Keymaster

    Hi,

    The CRLF handling should have been fixed in one of the recent maintenance releases. If anyone can confirm that the problem is still present and attach a repro file, we should be able to investigate it quickly and release a hotfix.

    in reply to: Warning ! Trojan in VisualGDB . Projects at risk ! #20095
    support
    Keymaster

    Hi,

    It looks like your technical support period has expired. To keep on receiving technical support, please renew your license here: https://sysprogs.com/splm/mykey

    in reply to: Warning ! Trojan in VisualGDB . Projects at risk ! #20090
    support
    Keymaster

    Hi,

    It looks like your antivirus treated a test executable that got just compiled as a part of CMake tests as a trojan:

    C:\Users\<censored>\Source\Repos\WindowsProject2\WindowsProject2\VisualGDB\Debug\CMakeFiles\3.10.1\CompilerIdCXX\a.exe

    We regularly check the VisualGDB releases with VirusTotal and notify the antivirus companies to update their whitelists in case VisualGDB starts triggering false positives, but this looks like the antivirus got triggered by a blank executable just built on your machine.

    The only advise we could give in this situation is to use a better antivirus that doesn’t get triggered by an empty program.

    in reply to: Disable ARM Semi Hosting #20087
    support
    Keymaster

    Hi,

    The Embedded Debug Tweaking page affects whether VisualGDB will handle the semihosting syscalls, but it doesn’t affect the firmware itself. Please feel free to attach a screenshot of your project properties page from VisualGDB Project Properties so that we could advise on the exact setting name.

    in reply to: How can I enlarge the font for VisualGDB settings dialog? #20085
    support
    Keymaster

    Hi,

    No problem. We are switching a considerable amount of pages/controls in each release.

    in reply to: cmake project with google test #20084
    support
    Keymaster

    Hi,

    Looks like the TestFramework.cmake file got generated incorrectly (test frameworks are not fully supported for advanced CMake projects). Please try adjusting it to target_link_libraries(<target name> pthread).

    in reply to: I cannot compile VisualGDB project #20078
    support
    Keymaster

    Hi,

    OK, no problem, let us know if you decide to try out the pseudo-project approach.

    VisualGDB MSBuild projects do support environment variables and property sheets the same way as the regular VS projects do. Let us know if you need any help configuring them.

    in reply to: How can I enlarge the font for VisualGDB settings dialog? #20077
    support
    Keymaster

    Hi,

    Thanks for the screenshot. Looks like you are using the standard DPI setting, so overriding the font size on VisualGDB level would unfortunately break control positions and will make most of the text clipped.

    As a workaround, please try changing the default DPI in Windows Display Properties or simply use the Magnifier to zoom to the text. We will fully support inheriting the VS font size once we fully switch the properties window to WPF in a few releases from now.

    in reply to: Disable ARM Semi Hosting #20076
    support
    Keymaster

    Hi,

    You can disable the regular semihosting via VisualGDB Project Properties -> Embedded Project -> Implementations for _sbrk(), etc. -> Minimal (no semihosting).

    You also need to remove the reference to the advanced semihosting/profiler framework via the Embedded Frameworks page.

    in reply to: Beginners problem: Python debugging on remote machine #20074
    support
    Keymaster

    Hi,

    OK, please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.1.2058.msi

    Please also follow the instructions in this tutorial to work around the optimization bug in the original Python 3 package.

    in reply to: How am I supposed to process flex/bison files? #20070
    support
    Keymaster

    Hi,

    The easiest way to handle this would be by adding custom build rules. We have a tutorial describing a similar process for integrating the Qt GUI compiler; the steps for flex/bison should be very similar.

    in reply to: I cannot compile VisualGDB project #20069
    support
    Keymaster

    Hi,

    The easiest way to work around this is to create a separate pseudo-project (e.g. using the Custom project wizard), that will copy the root directory to the Linux machine, and reference it from the other projects. Let us know if you need more details on setting this up.

    in reply to: Clang vs Visual Studio Intellisense (issues with Clang) #20067
    support
    Keymaster

    Hi,

    This could be caused by several different issues. If you could attach a screenshot of this, we might be able to pinpoint and fix the problem.

    in reply to: How can I enlarge the font for VisualGDB settings dialog? #20066
    support
    Keymaster

    Hi,

    Sorry for the confusion. By “Project Properties” we meant the first page of VisualGDB Project Properties (the exact name depends on the project type you are using, e.g. “Linux Project”). If you could attach screenshots of the first page and the Advanced GDB Settings page of VisualGDB Project Properties, we should be able to determine which parts of the GUI have the scaling problem.

    in reply to: Licence. New Dev Machine after 1 year of support ends #20065
    support
    Keymaster

    Hi,

    VisualGDB indeed only fetches the packages that are compatible with the version you are running, however we won’t be able to keep the old versions of the packages accessible forever due to size constraints. If you are planning to use VisualGDB well past the expiration of the update period, please ensure you make your own copies of all related files, so you won’t rely on our servers to fetch them.

Viewing 15 posts - 4,546 through 4,560 (of 7,849 total)