support

Forum Replies Created

Viewing 15 posts - 4,906 through 4,920 (of 7,857 total)
  • Author
    Posts
  • in reply to: How can i view content of shared pointers #12689
    support
    Keymaster

    Hi,

    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/

    in reply to: Linker Error – Missing include ? #12688
    support
    Keymaster

    Hi,

    You can simply create a support ticket via https://sysprogs.com/support/ and provide a link to this forum.

    in reply to: 2 issues with new version #12677
    support
    Keymaster

    Hi,

    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.

    in reply to: Relative paths #12674
    support
    Keymaster

    Hi,

    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.

    in reply to: annoying message pops everytime compile #12673
    support
    Keymaster

    Hi,

    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.

    in reply to: Linker Error – Missing include ? #12672
    support
    Keymaster

    Hi,

    Please let us know the email associated with your license key so that we can check the status of your support.

    support
    Keymaster

    Hi,

    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.

    in reply to: 2 issues with new version #12658
    support
    Keymaster

    Hi,

    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.

    support
    Keymaster

    Hi,

    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 ‘\’).

    in reply to: annoying message pops everytime compile #12649
    support
    Keymaster

    Hi,

    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.

    in reply to: VisualGDB 5.3-trial Installer Hangs #12647
    support
    Keymaster

    Hi,

    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.
    in reply to: ESP32 5.2.0/7.10/r6 #12642
    support
    Keymaster

    Hi,

    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.

    in reply to: ESP32 5.2.0/7.10/r5 #12641
    support
    Keymaster

    Hi,

    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.

    in reply to: Kudos #12640
    support
    Keymaster

    Hi,

    No problem, here’s the link: http://sysprogs.com/files/tmp/VisualGDB-5.3.11.1847.msi

    in reply to: Kudos #12635
    support
    Keymaster

    Hi,

    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.

Viewing 15 posts - 4,906 through 4,920 (of 7,857 total)