Split: VisualGDB windows not working in VS2019

Sysprogs forums Forums VisualGDB Split: VisualGDB windows not working in VS2019

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25320
    ExtSol
    Participant

    I uninstalled VS2017 and have both good and bad news.

    So, I have three projects for tests:

    • Simple counter without any library, only use CMSIS: VisualGDBTemplate -> now working fine in VS2019
    • Simple led blinking, generate with new version of GDB (VisualGDB-5.4.110.3226.msi): LedBlinky -> now working fine
    • my master project, now stop working: WIFIRemote

    I will accept the way where you connect my pc (via TeamViewer) and diagnostic or/and remove my issues.

    Please contact me: https://www.facebook.com/profile.php?id=100009674623979

    shared files from my drive: https://drive.google.com/open?id=1kABkACWRULbiu0Ya1oWqecp4VQKmebRE

    Attachments:
    You must be logged in to view attached files.
    #25328
    support
    Keymaster

    Sorry, our regular product license only includes email and forum support. If you are interested in screen sharing support, please contact our sales to get a quote.

    Based on the description you provided, gdb (the low-level debugger that is a part of the toolchain) fails to evaluate the variable shown on the screenshot. This could be caused by a bug in gdb or some configuration issues. We would advise enabling gdb logging as shown on this page and confirming that gdb never replies to the -var-create command. If this is the case, please try using a different version of gdb, or avoid evaluating the variable that triggers the gdb bug.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.