Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
It is fully supported. Simply follow this tutorial: http://visualgdb.com/tutorials/linux/cmake/import/
support
KeymasterHi,
Thanks for the detailed video. We have added a new option to Tools->Options->VisualGDB that controls the behavior when the toolchain test is canceled. It will now ask whether you want to save the settings by default, but you can also change to save always or never.
You can download a build with this feature here: VisualGDB-5.1.4.676.msi
support
KeymasterHi,
Please try experimenting with the FLASH type, speed and size settings. The default ones are valid for the Olimex ESP8266 board and different settings may be required for ESP-03.
support
KeymasterHi,
Raw Terminal is only available in the Custom and Ultimate editions. If you want to upgrade, please contact our sales so that they can give you a quote.
April 15, 2016 at 18:23 in reply to: Problems linking library in Visual Studio 2015 (keychain test is successfull) #7962support
KeymasterHi,
It looks like you are trying to link the Crypto++ library compiled for Win32 with the VisualGDB project for Edison. As the library is incomptaible with the Edison toolchain, it simply ignores it.
Please build the library using the same cross-toolchain you use for your project and link to the cross-compiled version of the library instead.
support
KeymasterHi,
VisualGDB navigation bar also supports the ‘Go’ button. It also parses the preprocessor definitions and allows going to either the definition itself, or one of the functions/types contained in the definition:
support
KeymasterHi,
Yes, our .pro file parser is very basic and does not support conditionals. As a workaround, you can disable deployment, add custom deployment actions specifying your target name and explicitly specify the modified target name as the program to debug.
support
KeymasterHi,
The “regenerate MCU files” button is only available starting from the Custom edition.
If you are using the Embedded or Linux edition, you can simply change something on the Makefile Settings page (e.g. add a space to CFLAGS and delete it) and press “Apply”.
support
KeymasterHi,
The main project needs to reference the library projects. Then VisualGDB will automatically grab the path mappings from them when debugging the main project.
Alternatively you can specify the mappings for the library sources manually via VisualGDB Project Properties -> Path Mapping.
support
KeymasterHi,
We did test that (made the temporary directory unwritable, then changed some settings, clicked ‘apply’ and then ‘cancel’ when VisualGDB complained about the directory). The settings were saved properly.
Perhaps the problem you are observing only affects some specific settings? Could you provide a more detailed description:
- What setting are you modifying
- When exactly do you cancel the test
- What do you expect to be changed
- How do you verify that it’s not changed
This should help us reproduce the problem on our side.
support
KeymasterHi,
The live variables are normally stored in the .vgdbsettings.user files. Perhaps your file is not writable and VisualGDB cannot update it properly? Either way, you can delete the file to reset all per-user settings like live variables.
support
KeymasterHi,
If you are using the Clang IntelliSense engine, VisualGDB actually provides its own navigation bar that is better than the VS one. If you don’t want to use it, simply disable the Clang IntelliSense via Tools->Options->VisualGDB->General and Visual Assist will taker over. Note that Visual Assist is not as good with GCC-specific header files as VisualGDB IntelliSense is.
support
KeymasterHi,
Thanks for sharing this!
support
KeymasterHi,
VisualGDB 5.x should still save the settings if you cancel the toolchain test. If it doesn’t could you let us know the exact repro steps? Perhaps some specific setting it not saved?
Regarding the temporary directory, you can actually change it for each host individuall via Tools->SSH Connection Manager->Host-wide settings. E.g. you can create a writable directory under your home directory and choose it.
April 11, 2016 at 17:05 in reply to: [QuickDebug] Source autodownload fails when using custom SSH port #7940support
KeymasterHi,
No problem. If you encounter further problems, don’t hesitate to start another thread.
-
AuthorPosts