Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
Thanks for letting us know. We will consider fixing this in the next release of the STM32 package.
support
KeymasterHi,
Looks like we forgot to mention in the tutorial that you need to upload the Qt libraries from the toolchain to your device. We have updated the tutorial, please upload the files as shown below:
support
KeymasterHi,
Sorry for the confusion, looks like the Beaglebone page contained the wrong toolchain link. We have updated the page, please try downloading it again.
support
KeymasterHi,
VisualGDB rewrites the gcc_Debug.h file when you change some settings (e.g. include directories) in VisualGDB GUI. You can skip this process by changing the include directories/preprocessor macros directly in the debug.mak file.
We are sorry that the Clang engine is causing you troubles. The behavior you are encountering is definitely not by design and it looks like either a conflict between VisualGDB and some other plugin or a bug caused by some rare configuration setting. I have attached a link to a diagonstic build to the other thread, please give it a try and let me know the output it provides. This should help us pinpoint the problem.
support
KeymasterOK, strange. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.1.0.581.msi
Open the Clang IntelliSense diagnostics console, clear it, type the opening brace and observe the console output. Does it mention anything about the event being suppressed?
We have also added a fallback mechanism that should fix the indentation even if the auto-pairing did not get invoked.
support
KeymasterHi,
We have recently released a new toolchain containing an improved ESP8266 port of OpenOCD. We recommend using it for new projects instead of the unsupported xt-ocd tool.
support
KeymasterOK, we have released a new ESP8266 toolchain that includes the newest SDKs and an improved OpenOCD port. You can update to it via Tools->Embedded Tools Manager.
A detailed tutorial on the new OpenOCD port is available here: http://visualgdb.com/tutorials/esp8266/openocd/
support
KeymasterHi,
We will look into this and release an updated package within the next few weeks.
support
KeymasterPedley,
Please check under Tools->SSH Host Manager->Host-wide settings->raspberrypi->Additional environment.
You may have redefined LD_LIBRARY_PATH there (it would automatically get defined there if your Raspberry Pi had it set in .bashrc before).
support
KeymasterHi,
As a workaround you can edit the Makefile settings by editing debug.mak and release.mak directly.
As VS IntelliSense often stops parsing the files silently when it encounters some extension that it does not support and those problems are very hard to diagnose, we recommend using the Clang engine instead.
support
KeymasterHi,
Thanks, that explains it. The Clang IntelliSense updates the bracket indentation when it sees both the opening and the closing bracket. By default when you type ‘{‘, the IntelliSense automatically inserts the ‘}’ and formats both of them according to your settings. Looks like you have disabled this feature via Tools->Options->Text Editor->C/C++ (VisualGDB)->Advanced->Typing Assist->Auto-match brackets.
We recommend enabling it back to get better formatting. We have also added a fix to the upcoming v5.1 version that will automatically un-indent the braces when bracket matching is disabled. Let us know if you want to try a pre-release build with this fix.
support
KeymasterHi All,
We have added support for Embedded Quick Debug to the v5.1 branch of VisualGDB. You can now quickly debug arbitrary embedded code without creating a project for it.
You can try a pre-release build here: http://sysprogs.com/files/tmp/VisualGDB-5.1.0.579.msiNote that it will upgrade the Quick Debug presets you open to a new format that won’t work with v5.0, so please make a backup of the %LOCALAPPDATA%\VisualGDB\QuickDebugPresets folder before trying it out.
support
KeymasterHi,
The brace formatting is controlled by a Visual Studio setting under Tools->Options->Text Editor->C/C++->Formatting->Indentation->Indent Braces:
Please double-check that it’s not enabled for you. If it is disabled, but VisualGDB still formats the code incorrectly, please let us know which version of Visual Studio you are using so that we could suggest further diagnostic steps.
support
KeymasterHi,
We recently fixed the global “Enable Clang IntelliSense by default” so that it applies to the running session as well.
Perhaps we are talking about different windows. Could you attach a screenshot of the window that pops up for you? We should be able to advise you how to disable it then.
support
KeymasterOK, then we will update the parser so that the next version of our nRF51 package contains the correct definitions. Please also feel free to attach your patched XML file here so that everybody could download it before we release the next version.
-
AuthorPosts