support

Forum Replies Created

Viewing 15 posts - 5,401 through 5,415 (of 7,817 total)
  • Author
    Posts
  • support
    Keymaster

    Hi,

    Please let us know which edition of VisualGDB you are using.

    in reply to: Intellisense performance (part 2) #10976
    support
    Keymaster

    Hi,

    Those are actually 2 different processes. The long one-time indexing (that uses all CPU cores) happens one time after you import a project and builds a large database of all cross-references in your code, so you can instantly execute commands like “Find all references”. The 7169 msec check mentioned in the log file above only checks one single source file and should normally happen in the background and not cause any delays (as long as you are using v5.2, code completion and other IntelliSense functionality can run in parallel with the long “Parse – Check” operation).

    in reply to: VisualGDB with STM32L432KC #10975
    support
    Keymaster

    The bootstrap script (and other autotools) don’t work very well on Windows.

    We would recommend getting a checkout of our OpenOCD fork that uses CMake and manually merging it with the latest code from the main OpenOCD repository. We will also do that on our side in the next couple of weeks, so you can simply wait for that.

    in reply to: interrupted install issue #10974
    support
    Keymaster

    Strange. Can you confirm that just installing VisualGDB again solves the problem?

    in reply to: toggle header/source? #10972
    support
    Keymaster

    Hi,

    Oops. Sorry about that. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.2.16.1467.msi

    in reply to: interrupted install issue #10970
    support
    Keymaster

    Hi,

    Sorry, this does not look like a VisualGDB-related bug. Normally it should not touch anything unless you go beyond the run-as-admin stage. This could be caused by some sort of a VS registry corruption or a corrupt installation. We would recommend trying to move away VS-related folders in your user account and restarting Visual Studio to recreate those folders.

    in reply to: Problem with resolution #10960
    support
    Keymaster

    Hi,

    Thanks, it’s a known issue. This happens due to limitations of the WinForms technology used by VisualGDB to show GUI. We are gradually switching our GUI to the newer WPF technology that should resolve this.

    We have also received feedback that WinForms GUI looks better on high resolution displays after installing the Windows 10 Creators Update.

    in reply to: toggle header/source? #10955
    support
    Keymaster

    This could happen if the other file is not a part of the project. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.2.16.1466.msi

    It should print the lookup progress to the window available via View->Clang IntelliSense Diagnostics Console.

    in reply to: boost intellisense issue? #10954
    support
    Keymaster

    Hi,

    We usually respond faster to issues that do not require thorough investigation (like crash dumps). We will follow up on the crash dumps once we have more information about the cause.

    support
    Keymaster

    Hi,

    Thanks, looks like a toolchain bug. Can you reproduce this with the command-line ESP-IDF environment as well?

    in reply to: toggle header/source? #10946
    support
    Keymaster

    Hi,

    Thanks, actually looks like our bug. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.2.16.1464.msi

    in reply to: Unable to integrate with VS 2017 #10945
    support
    Keymaster

    Hi,

    Good to know it works. BTW, VisualGDB should be able to install even if the VS is installed to a custom directory. So we would really appreciate it if you could let us know the details on your previous installation parameters so that we could reproduce it and ensure VisualGDB would detect it properly.

    in reply to: Import Esp8266 Arduino projects and/or libraries #10942
    support
    Keymaster

    Hi,

    Sorry, no specific plans yet. The main problem is that most Arduino users expect the development tools to be free and hence would not be interested in buying a VisualGDB license. We may eventually add basic experimental support and see if it gets any traction, but currently we are prioritizing other features over it, sorry.

    in reply to: Scp error with Windows 10/VS2015 #10941
    support
    Keymaster

    Hi,

    The LIB_SSH2_SCP_PROTOCOL error usually happens when the file access permissions on the Linux side are insufficient to either download or upload the file. Please check the permissions on the file mentioned in the error message. If you are not sure, please let us know the full error message and we will advise you on further diagnostic steps.

    in reply to: Unable to integrate with VS 2017 #10940
    support
    Keymaster

    Hi,

    Are you installing the latest VisualGDB 5.2R9? Does Visual Studio 2017 appear in the VS version list in VisualGDB installer when you click “custom install”?

    If yes, please try check if the C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions\Sysprogs\VisualGDB folder exists and if Visual Studio reports any errors via ActivityLog.xml when running devenv.exe /LOG.

Viewing 15 posts - 5,401 through 5,415 (of 7,817 total)