Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
VisualGDB doesn’t support visualization of boost types out-of-the-box, however we do support natvis, so you can locate the current Boost visualization files and add them to your project.
See this tutorial for a detailed example: https://visualgdb.com/tutorials/custom/natvis/
support
KeymasterHi,
You can simply create a support ticket via https://sysprogs.com/support/ and provide a link to this forum.
support
KeymasterHi,
Thanks for checking this. If waiting for 10 minutes does not help, looks like we will need further information from your in order to resolve it. Please try following the instructions from the first part of the previous reply.
Regarding the ‘convert to MSBuild’, please try attaching a screenshot of your VisualGDB Project Properties window so that we could check for common problems.
support
KeymasterHi,
Yes, normally you can just use the regular “subdir” or “..\dir\subdir” syntax.
Also for many cases (like SDK directories), VisualGDB handles this automatically and uses generalized paths like $(BSP_ROOT) instead. Feel free to let us know more about your setup so that we could advise how to set it up in the easiest way.
support
KeymasterHi,
Thanks for your feedback. However unfortunately we are not able to pinpoint the problem based on this description. Please feel free to provide us more details if you would like our help resolving this.
support
KeymasterHi,
Please let us know the email associated with your license key so that we can check the status of your support.
October 15, 2017 at 18:03 in reply to: SYSPROGS_TEST_REPORTING_PIPE not set. Cannot report test status! #12659support
KeymasterHi,
Please use Test->Run all tests or Test->Debug All Tests (or right-click on individual unit tests in Test Explorer) to run tests. Simply running a test project with F5 will not engage the extra logic for selecting tests and reporting/interpreting test results.
support
KeymasterHi,
It looks like VisualGDB did not manage to save one project file after modifying it (TC2.jpg). This sometimes happens if the project is not loaded correctly in the Solution Explorer, or if some other bug prevents it from being saved. Could you try locating the project that fails to update (e.g. by checking which of the projects did not get modified)? Does excluding it from solution solve the problem? If yes, could you compare that .vcxproj file with other .vxcproj files to see if some manual modifications could be causing this?
This problem also sometimes happens when you try pressing ‘upgrade’ while VS is still loading the projects, so simply waiting 10-15 seconds before pressing it may help.
With ‘missing toolchain ID’, the logic responsible for fixing it could get interrupted by broken toolchain updating process, so once you resolve problem #1, the problem #2 should get automatically resolved as well.
October 14, 2017 at 01:51 in reply to: Guide for getting VisualGDB MSBuild to work on a build agent? #12650support
KeymasterHi,
OK, we have published a detailed tutorial showing how to use VisualGDB with TFS here: https://visualgdb.com/tutorials/ci/tfs/
Please try updating your VisualGDB to the latest v5.3 and follow the tutorial. Please try checking that the %VISUALGDB_DIR% variable is defined correctly in the command prompt window where you launch the build agent (it should not have a trailing ‘\’).
support
KeymasterHi,
Strange, it looks like a statement that should normally be added to non-MSBuild projects got added to an MSBuild-based one. Could it be that the same project combines both MSBuild and non-MSBuild configurations? Also if you could share the project file with us via support form, or post it here, this would help understand what is going on.
support
KeymasterHi,
It looks like something inside the logic responsible for finding VS instances hangs. It’s hard to say what would be causing this, so we could only give some generic advice:
- See if msiexec.exe launches any other tools or tries to access some inaccessible paths or registry keys (using Process Monitor).
- Try reinstalling/uninstalling Visual Studio.
- Try completely uninstalling the previous version of VisualGDB and installing the new one. If this doesn’t help, try running the v5.2 installer and check if it hangs the same way.
support
KeymasterHi,
The new r6 build fixes the FLASH memory type/size settings. Perhaps your device has a smaller FLASH memory than your settings specify?
If not, please try changing any settings on the Debug Settings page of VisualGDB Project Properties and then manually set the ‘PatchBootloader’ field in the .vgdbsettings file to ‘false’. If this solves the problem, please try switching the FLASH mode to DIO and reducing the FLASH size.
support
KeymasterHi,
ESP32 is generally much less reliable than ARM-based devices, especially if using pre-release version of the IDF, so strange bugs are to be expected and unless you are OK with resolving them, we would recommend staying with a stable ESP-IDF release until v3.0 is officially released as well.
With debugging stops, it could be a known VS limitation. Pressing Shift-F5 before VisualGDB reports that the session has started, would send Visual Studio into a 30-second wait. If this is the case, please try stopping the session by pressing “cancel” in the GDB Session window instead, then VisualGDB will immediately report session termination to VS.
If this does not help, please let us know if stopping the target (Debug->Break All) and then terminating the session works.
support
KeymasterHi,
No problem, here’s the link: http://sysprogs.com/files/tmp/VisualGDB-5.3.11.1847.msi
support
KeymasterHi,
Thank you for your input. We do investigate all bug reports submitted to us, however some of them correspond to very specific cases (or simply cannot be reproduced on our side), so we are unable to pinpoint and fix them without further details and follow-ups.
W.r.t. the 10-line bug, according to our records, the support ticket describing it was submitted on 10/09/2017 9:41 am and we sent you a hotfix on 10/10/2017 5:30 pm. We understand that you might have been experiencing the problem for a long time prior to submitting a ticket, however we are not able to resolve rare issues unless they are actually reported via the forum or support form.
Regarding the deletion issue, we have tried reproducing it and measured roughly the same performance using the regular VS IntelliSense and VisualGDB Clang IntelliSense. We have requested further clarifications in this thread and have not heard from you since. Please feel free to post your findings there so that we could continue the investigation.
-
AuthorPosts