Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
OK, thanks, we will reinvestigate this within the next 5-10 business days after releasing Preview 5.
support
KeymasterHi,
VisualGDB actually allows running unit tests directly on embedded devices with no special scripting required: https://visualgdb.com/tutorials/tests/arm/
We would recommend using this functionality instead of scripting it manually. If this does not work, we would be happy to hear feedback and suggestions on improving our unit testing framework to support your case.
support
KeymasterHi,
The ” jtag status contains invalid mode value” usually indicates a wiring problem and could be a result of a damaged board (or the new OpenOCD might be using a higher SWD frequency).
Either way, you can download the older versions of OpenOCD package here:
- http://sysprogs.com/files/visualgdb/hwsupport/EDP/com.sysprogs.arm.openocd/openocd-20161025.vgdbxedp
- http://sysprogs.com/files/visualgdb/hwsupport/EDP/com.sysprogs.arm.openocd/openocd-20161014.vgdbxedp
- http://sysprogs.com/files/visualgdb/hwsupport/EDP/com.sysprogs.arm.openocd/openocd090r11.vgdbxedp
support
KeymasterHi,
This is supported starting from the Custom edition and requires installing VisualGDB 5.3 (currently in the Preview stage). Once installed, toolchains will use multi-version mode automatically and the BSPs can be switched between single-version and multi-version mode via Tools->VisualGDB->Manage VisualGDB Packages.
support
KeymasterHi,
Thanks, we will support VS2017 in the next VisualKernel release scheduled for this Fall. It is planned after the VisualGDB release so we can support the new technology for editing files on a Linux machine directly over SSH, greatly increasing the overall performance.
July 25, 2017 at 05:39 in reply to: Seeing the actual command line used for compiling with MSBuild #11824support
KeymasterHi,
Normally you can just enter “-Ofast” in the corresponding field even if it’s not listed. VisualGDB will understand that you meant an out-of-list option and will handle it correctly.
support
KeymasterHi,
Thanks for the repro. It looks like VisualGDB is getting confused by an unexpected combination of tabs and spaces in your code.
Please try resetting the indentations (by selecting all text and holding Shift-Tab) and then reformatting the document. This should set the indentations properly.
Alternatively you can switch from the Clang-based IntelliSense engine to the regular VS IntelliSense engine via VisualGDB Project Properties to get the regular VS behavior (please note that the VS IntelliSense engine often gets confused by GCC-specific constructs in the embedded code and hence may produce less accurate results).
The comment collapsing is not supported yet, sorry.
support
KeymasterHi,
The message refers to the X11 – mechanism used to show GUI on Linux systems. Normally SSH should forward those connections to your Windows computer and you would see the GUI locally. This could be broken due to several reasons:
- Missing X11 packages server on the Raspberry Pi
- X11 forwarding disabled by the SSH server
- X11 forwarding disabled in the per-host VisualGDB settings
- X11 permissions not configured properly
A quick workaround would be to select “Show X11 windows on the remote computer” on the Debug Settings page of VisualGDB Project Properties.
July 25, 2017 at 05:12 in reply to: Seeing the actual command line used for compiling with MSBuild #11820support
KeymasterHi,
You can enable the global verbose mode via Tools->Options->VisualGDB->Common->Output->Verbose Mode.
support
KeymasterHi,
The answer depends on what exactly you are trying to do. Normally the OpenCV_LIBS variable is exported by the OpenCV library itself and you would need to study its CMakeLists.txt structure to locate the statement that exports it. If you define this variable manually in some of your projects, you could use VisualGDB GUI to edit it, but the exact location would depend on the way the variable is defined.
support
KeymasterHi,
We would recommend importing a Gradle-based project into VisualGDB (e.g. see this tutorial). Projects created with the VisualGDB project wizard are based on Ant and won’t support Gradle dependencies (we will be switching Android projects to the new advanced CMake project subsystem in the next release and will fully support the latest Gradle).
support
KeymasterHi,
Thanks, we have tried reproducing this behavior, but could not get any inconsistencies with the comments. Please try attaching the source file to the message (instead of copy-pasting it) to preserve the original formatting and let us know the exact steps to reproduce it (e.g. select Edit->Advanced->Format Document) so that we could look into this.
support
KeymasterHi,
Please try using the latest VisualGDB 5.3 Preview 3 that contains several improvements to comment formatting.
support
KeymasterHi,
MS IntelliSense does not support automatic header discovery, so it could be indeed related. You can also try disabling the header discovery via the IntelliSense Settings page of VisualGDB Project Properties.
July 21, 2017 at 03:55 in reply to: How do you enable the 64-bit version of CppEngineHost.exe in Preview 2? #11777support
KeymasterHi,
The debug build is extremely slow (up to 100x slower than release) due to large amount of internal checks and no optimization. So if the problem is 100% reproducible, please consider leaving it overnight until you get a reliable crash. If not, the only other option would be to reduce the bug to a smaller non-confidential project that you could share with us so that we could run the debug build on our side.
-
AuthorPosts