Forum Replies Created
-
AuthorPosts
-
February 13, 2018 at 21:19 in reply to: Clang vs Visual Studio Intellisense (issues with Clang) #20096
support
KeymasterHi,
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.
support
KeymasterHi,
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
support
KeymasterHi,
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.
support
KeymasterHi,
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.
February 13, 2018 at 17:57 in reply to: How can I enlarge the font for VisualGDB settings dialog? #20085support
KeymasterHi,
No problem. We are switching a considerable amount of pages/controls in each release.
support
KeymasterHi,
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).
support
KeymasterHi,
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.
February 13, 2018 at 04:45 in reply to: How can I enlarge the font for VisualGDB settings dialog? #20077support
KeymasterHi,
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.
support
KeymasterHi,
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.
February 13, 2018 at 01:27 in reply to: Beginners problem: Python debugging on remote machine #20074support
KeymasterHi,
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.
support
KeymasterHi,
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.
support
KeymasterHi,
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.
February 13, 2018 at 00:07 in reply to: Clang vs Visual Studio Intellisense (issues with Clang) #20067support
KeymasterHi,
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.
February 13, 2018 at 00:06 in reply to: How can I enlarge the font for VisualGDB settings dialog? #20066support
KeymasterHi,
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.
February 13, 2018 at 00:04 in reply to: Licence. New Dev Machine after 1 year of support ends #20065support
KeymasterHi,
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.
-
AuthorPosts