Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
Please let us know the email associated with your license key so that we could check your support status.
support
KeymasterHi,
Thanks for the detailed explanation. Please try this build: http://sysprogs.com/files/tmp/VisualGDB-5.4.3.2362.msi
Then enable the Clang Format-based formatting engine via Tools->Options->Text Editor->C/C++ (VisualGDB)->Formatting Engine and reopen your project.
It will handle the formatting settings you mentioned correctly and will also let you tweak various advanced formatting settings via a graphical formatting style editor that can be opened via the “format” icon at the top right corner of the source file editor.
support
KeymasterHi,
We have internally added support for the Renesas RL78 family that will be included into the upcoming VisualGDB 5.4 Preview 4.
We could post an update here once we release it. If you are looking for a different Renesas family, please consider following our legacy device tutorial to setup a project manually.
support
KeymasterHi,
Sorry, this is a part of our licensing policy and we would not be able to remove it.
support
KeymasterHi,
Sorry, it is a part of our licensing policy to display the user name in the About window and the GDB session window. It is not shared with any other users or parties and is only shown on the actual computer where VisualGDB is installed. If you do not want others to see the licensing information, please use video editing software to blur/remove any sensitive information.
support
KeymasterHi,
The best way to diagnose this would be to narrow it down to a specific component. Please try attaching to the target process by running gdb directly from command line. Do you observe the same behavior?
If not, please enable the GDB command timing view in the GDB Session window and check if the delay comes after any specific command (you can also enable the creation of detailed gdb logs via Advanced GDB Settings – the created logs will contain timestamps for every line).
support
KeymasterHi,
Good to know it works.
You can customize the tab/space behavior for VisualGDB projects via Tools->Options->Text Editor->C/C++ (VisualGDB).
If it doesn’t help, please provide a specific example (exact steps, expected behavior, actual behavior) and we will help you configure VisualGDB accordingly.
support
KeymasterHi,
Normally VisualGDB should automatically download/install a compatible XMing version. Please try installing the latest VisualGDB 5.4 Preview 3 and then reset the XMing location via Tools->Options->VisualGDB->General->Tools->Full path to xming.exe.
Next time you start debugging, VisualGDB will suggest automatically installing xming. Please proceed with the installation and ensure your firewall/antivirus doesn’t block it from running and accepting connections.
support
KeymasterHi,
Sorry, although it is called “Visual Studio”, it is a completely different product based on a different technology stack. So “extending” VisualGDB to support it would require rewriting it from scratch using a different technology. As of today we don’t have such plans, sorry.
That said, Microsoft is working on a GUI framework that will support building modern cross-platform GUI using the .Net technology, so we might be able to support Visual Studio for Mac and Visual Studio code once this framework matures.
July 25, 2018 at 04:37 in reply to: VisualKernel not listed as option under Project Templates #21476support
KeymasterHi,
This looks like the build tools you are using are not compatible with the target system. Please try checking the ‘dmesg’ output for more details (e.g. wrong kernel version, incompatible architecture, etc). If nothing helps, please try building and loading the module manually. Once VisualKernel detects that it is loaded, it won’t try to rebuild it anymore.
support
KeymasterHi,
Looks like the internal structure of the ESP-IDF slightly changed in version 3.1 and VisualGDB fails to detect the application FLASH offset. We have fixed this internally and will publish it in the upcoming v5.4 Preview 4.
support
KeymasterHi,
Strange. The partition table should be handled by the ESP-IDF directly with no interference from VisualGDB.
Please try rechecking if the problem could be reproduced on a basic project built from command line. If this is the case, please try comparing it with one of the ESP-IDF samples that works.
support
KeymasterHi,
Please try installing this version of the Segger debug package: https://sysprogs.com/files/tmp/segger-dmsp-5.1preview1.vgdbxedp
support
KeymasterHi,
Legally the license is bound to the person specified in the purchase form. Technically, VisualGDB is licensed per seat (i.e. computer/user configuration).
You can find more in our EULA that is displayed during the product installation.
Hope this helps. Let us know if you have any further questions.
support
KeymasterHi,
Just wanted to share an update that we have a preliminary version of the Nordic BSP based on SDK 15.0 available here: https://sysprogs.com/files/tmp/nrf5x-15.0.vgdbxbsp
As the internal structure of the linker scripts in this SDK has changed, please use this VisualGDB build in order to ensure the correct linker scripts are selected: https://sysprogs.com/files/tmp/VisualGDB-5.4.3.2358.msi
-
AuthorPosts