Forum Replies Created
-
AuthorPosts
-
supportKeymaster
Hi,
Thanks for pointing this out. We will add an update to our next release. Please let us know whether you need a hotfix before the release.
supportKeymasterPlease run the following commands on your Raspberry PI box and provide us with the output:
1. ldd
2. ldconfig -vPlease let us know whether running ldconfig fixes the issue.
supportKeymasterBTW, we have improved our STM32 support in VisualGDB 4.0. A tutorial is available here: http://visualgdb.com/tutorials/arm/stm32
supportKeymasterCan you please create a new project with the default debug method (e.g. GDB simulator) and send us the created files? This will help us analyze your problem and suggest a solution.
Additionally could you please check your firewall settings? Visual Studio process needs to have internet access in order to download additional packages. If this is not possible, we can provide you with instructions on manually downloading and installing those packages.
supportKeymasterHi,
Which toolchain are you using? Please use our arm-eabi toolchain (it is installed automatically when selected on the toolchain page). Please also note that OpenOCD/J-Link is available starting from VisualGDB 4.0 and won’t work on 3.x.
July 16, 2013 at 00:54 in reply to: VisualGDB 4.0 BETA 2 Bug report (GDB freeze -list-features) #2550supportKeymasterHow often does this happen? We have encountered similar behavior on some versions of MacOS and it looked like a bug in their end of SSH. Could you build newer GDB from sources in your home directory and let VisualGDB use it explicitly?
July 15, 2013 at 04:42 in reply to: VisualGDB 4.0 BETA 2 Bug report (GDB freeze -list-features) #2548supportKeymasterThanks for reporting this. We have fixed it in Beta 3.
July 15, 2013 at 04:41 in reply to: VGDB Integrated SmarTTY couldnot select path in local folder #2556supportKeymasterHi,
Thanks for your explanations. We have fixed it in Beta 3. We have also added an option (Tools->Options->VisualGDB->General) to override the default file masks used when creating projects.
July 14, 2013 at 04:00 in reply to: VGDB Integrated SmarTTY couldnot select path in local folder #2553supportKeymasterHi,
Thanks for reporting this. Could you please let us know how what exactly you are doing to browse the folder? Please feel free to attach a screenshot or a step-by-step description.
supportKeymasterHi,
First starting the app and then attaching to it is the default behavior of the Android debugger.
You can override it by selecting Android->Debug Options->Debug App Startup in Visual Studio.
Once you select that option, starting debugging will take slightly longer, but all your initialization breakpoints will be hit.supportKeymasterHi,
Thanks for reporting this. Please feel free to report further bugs on this forum or simply send emails to support.
There was indeed a bug on our side. The build/debug customization pages were intended to appear in Custom and Ultimate editions only and activating them in other editions crashed the dialog as the underlying logic was not present.
We have updated the installer.supportKeymasterHi,
Thanks for reporting this. We could not reproduce it on our side. Could you please send us your .vgdbsettings file so that we can diagnose this further?
supportKeymasterHi,
Thanks for reporting this. The project settings from the previous versions of VisualGDB are saved to the -.old file. Simply change the extension back to .vgdbsettings to restore it.
supportKeymasterHi,
Unfortunately this is not possible in the currently available release, however it will be significantly improved in the upcoming release.
The beta is scheduled to be released within a month from now.supportKeymasterHi,
Currently the /rebuild command simply executes a clean sequence followed by the build sequence.
You can safely ignore the warning message after replacing the build commands. As long as you keep the “primary output” point to the .vgdbsettings file all VisualGDB functionality will work. -
AuthorPosts