support

Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 7,850 total)
  • Author
    Posts
  • in reply to: Startup Project in Solution #29770
    support
    Keymaster

    Hi,

    This should normally work. If you believe VisualGDB is not working as expected, please try reproducing the problem on a freshly created solution, and provide detailed steps so that we could reproduce it on our side. The steps should include ALL screenshots of ALL wizard steps and settings dialogs, and also the output from OpenOCD window shown when you start a debugging session. This should help us investigate the issue on our side and suggest a workaround.

    in reply to: USB Driver Tool Does not work #29769
    support
    Keymaster

    Sorry, our support only covers our paid products such as VisualGDB. We will eventually release an updated stand-alone version of USBDriverTool, however we are not able to guarantee any timelines for it.

    Edit: we have updated the stand-alone USBDriverTool to use the new timestamp server.

    • This reply was modified 4 years, 8 months ago by support. Reason: updated USBDriverTool
    in reply to: Disable pause on Main #29764
    support
    Keymaster

    Hi,

    This behavior should not be different in VisualGDB 5.5R4. Please try checking the GDB Session window for messages explaining this behavior. If nothing helps, please try obtaining and attaching a gdb log as shown here.

    in reply to: USB Driver Tool Does not work #29760
    support
    Keymaster

    No problem, please share a screenshot of the Help->About VisualGDB window so that we could see what is going on.

    in reply to: Import library #29759
    support
    Keymaster

    Please note that our support is limited to VisualGDB issues only. We can point out the location of various settings, however we cannot guarantee that every project opened with VisualGDB will build correctly, sorry. Our best advice would be to make sure you understand the structure and requirements of the project and can build it outside of VisualGDB first.

    in reply to: Where did my call stack go? #29752
    support
    Keymaster

    We have provided them with an updated build that follows their instructions and still reproduces the problem on December 17th and have not heard from them since then. Please consider contacting Microsoft support directly, or posting on the bug tracking page to speed it up. We have done everything we could on this one (short from designing our own replacement Call Stack window) and the delay is on their side.

    As a side note, a 100% working (although annoying) workaround would be to delete the watch expression that triggers the error, and switch back and forth between the threads via Debug->Windows->Threads. This makes the call stack reappear.

    in reply to: Standalone BSP cmake for atmel chip not working #29749
    support
    Keymaster

    Sorry about that. If the file is too large, would you be able to upload it to a file hosting service (e.g. DropBox) and share a link?

    in reply to: Standalone BSP cmake for atmel chip not working #29742
    support
    Keymaster

    Hi,

    No problem, we should be able to investigate it if you could attach the .atzip file (please rename it to .zip to avoid attaching problems) and share the instructions to reproduce the problem (e.g. what to select in the wizard).

    in reply to: USB Driver Tool Does not work #29739
    support
    Keymaster

    Hi,

    We have confirmed the problem. It happens because the VeriSign timestamping service used by VisualGDB to sign the generated drivers with a temporary certificate stopped working. We have updated VisualGDB to use a different timestamping service. Please try this build: VisualGDB-5.5.104.3936.msi

    support
    Keymaster

    Hi,

    Sorry, our support covers VisualGDB issues only. We are not able to help troubleshoot specific projects without directly billing for the time required to do such troubleshooting.

    Please consider posting on Qt and/or Beaglebone forums for further help with this.

    in reply to: OpenOCD 20201221 doesn't work #29730
    support
    Keymaster

    Hi,

    No problem. Please try updating to OpenOCD from 2020-12-28. It supports CMSIS-DAP properly.

    in reply to: Can't save changes made during debug #29724
    support
    Keymaster

    Hi,

    According to our records, your trial period has expired. If you would like to get further support, please consider purchasing a license.

    The “::” syntax is a known limitation of the C++ parser used in our Natvis engine. As a workaround, please consider using the “(::Type)(Expression)” or “static_cast<Type *>(Expression)” syntax. As the issue only affects a very small number of users, and the workaround fully solves the problem, we will not be able to change our parser to address it.

    VisualGDB is licensed per seat (computer/user combination). If you would like multiple users to use VisualGDB on the same terminal server, each of them would need a separate license. For your convenience, you can always purchase a multi-seat license key that will get activated on the number of seats you purchased.

    in reply to: Unsupported clang-format options #29715
    support
    Keymaster

    No problem, please try this build: VisualGDB-5.5.104.3933.msi

    You can set the new Tools->Options->Text Editor->C/C++(VisualGDB)->Formatting Engine->Ignored clang-format statements option to AfterCaseLabel and VisualGDB will automatically filter out any lines containing AfterCaseLabel (the check is case-sensitive) when loading clang-format files. You can separate multiple values via semicolons.

    in reply to: Python scripts in custom build steps #29712
    support
    Keymaster

    Hi,

    Please try using the $() syntax with environment variables (e.g. $(ProgramFiles) or simply define your own variable).

    Also VisualGDB will automatically install Python to $(LOCALAPPDATA)\VisualGDB\Python if you create a project using mbed, esp-idf or nRFConnect, so you can try referencing that Python installation instead.

    in reply to: Unsupported clang-format options #29711
    support
    Keymaster

    The loading and applying of formatting styles is done by the clang-format directly and is outside of VisualGDB control. The best thing we can offer is to add a setting to filter out lines containing specific substrings in the clang-format file (e.g. you can blacklist AfterCaseLabel) and VisualGDB will automatically remove that entire line from the .clang-format file before passing it to the clang engine.

Viewing 15 posts - 1,711 through 1,725 (of 7,850 total)