Forum Replies Created
-
AuthorPosts
-
support
KeymasterNo problem, we have updated the version parsing logic in this build: VisualGDB-5.5.8.3747.msi
support
KeymasterOK, as it looks like something very rare and specific, the easiest way to us to narrow it down would be if you could share the exact steps to reproduce it on our side.
Please try creating a new project completely from scratch, make sure the problem still exists, and then share the complete steps we could follow on our side to reproduce it.
support
KeymasterSorry, we thought you were asking about merging the contents of 2 project files.
Merging the functionality of 2 projects is a complex engineering task that requires the understanding of both projects, the underlying software frameworks and its limitations. Hence, it cannot be done automatically.
If you need help with this, please consider contacting our sales and we will give you a quote.
support
KeymasterOK, thanks for confirming this. We have rechecked everything again and confirmed the problem.
Turns out, the issue was caused by a recent update on our server that was not yet caught by our integration tests (we run the full set of tests before each preview release, such as v5.5 Preview 5). The daily infrastructure tests run on the latest VS2019 and hence didn’t catch this either.
Sorry for being skeptical about it – we had previously encountered very similar errors caused by client-side antivirus software trying to hijack SSL connections without properly installing new root certificates, and another case where it was caused by broken group policy, so it looked like another instance of that problem. Either way, we have fixed the issue on our server and also updated the infrastructure tests to check for it, so it shouldn’t happen again.
support
KeymasterHi,
Sorry, we don’t have a tutorial on merging multiple projects. Our best advice would be to look through our documentation on project types to understand the type of the project you are using, and where it stores the lists of files and settings.
Then, you can try editing these locations manually to merge the settings from different sources.
If you could let us know the type of the project (per the documentation page), we can share a few pointers, but this will still require non-trivial editing of configuration files, and many need some troubleshooting.
support
KeymasterSorry, we have a large set of integration tests that is run on 32-bit and 64-bit Windows 7 and Windows 10 using VS2008, 2010, 2012, 2013, 2015, 2017 and 2019, and they do not trigger the issue.
It looks like something is broken with a specific laptop, so our best advice would be to reinstall Windows there.
support
KeymasterSorry, we are not sure what you meant. If you are looking for a specific feature, please consider searching our tutorials. They provide detailed step-by-step instructions for most of the features.
If you could still cannot find it, please attach a screenshot explaining what exactly you are looking for, and we will try to help you.
support
KeymasterSorry, we could not reproduce the stop with the Start target with the “run” command. Most likely, something on the gdb side is causing the stop. Please try examining the GDB output by switching the GDB Session window to All GDB Interaction mode.
support
KeymasterHi,
This might be caused by incomplete initialization of the floating license. First of all, please try the latest development build: VisualGDB-5.5.8.3742.msi
Then please try opening the Help->About VisualGDB window before you start the build. It will force the licensing logic to initialize and display an error message if there is any.
If nothing helps, please obtain a call stack of the MSBuild process as shown here and attach it here so that we could see what is going on.
support
KeymasterHi,
Indeed, the newer ESP-IDF versions use a different format for specifying some KConfig entries and VisualGDB 5.5 Preview 7 doesn’t parse it yet.
Please try this build: VisualGDB-5.5.8.3742.msi
support
KeymasterNo problem, we have added a checkbox to ignore the initial stop to the Debug Settings->Debug Mode view. Please try this build: VisualGDB-5.5.8.3742.msi
We also added support for deleting the stale entries from the symbol list by pressing the “Delete” key.
support
KeymasterNo problem, please try this build: VisualGDB-5.5.8.3740.msi. It will handle the symbols correctly when attaching.
You can disable the initial stop when attaching to processes by using the Debug->Attach to Process command. The dialog shown when pressing the “Find” button will display an option to suppress the initial stop.
support
KeymasterSorry, it’s hard to suggest anything specific, as the problem is happening on the network level and not on the VisualGDB level.
You can try reproducing the problem by creating a basic C# program with this code:
var str = new WebClient().DownloadString("https://visualgdb.com/hwsupport/catalog?version=latest");Also make sure that the VisualGDB proxy server settings are not set to something incorrect.
support
KeymasterSorry, looks like the file did not get attached properly. Do you mind packing it into a zip file and attaching it again?
support
KeymasterIt actually looks like your firewall or antivirus is preventing VisualGDB from downloading the latest package catalog. Please double-check your settings and make sure VisualGDB is allowed to access https://visualgdb.com/ and https://sysprogs.com/.
-
AuthorPosts