Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
Sorry, if gdb is not able to return the address of the variable, VisualGDB won’t be able to use it in live variables. Please consider experimenting with other variables in your program to see what triggers the address issue and then update the batteryInput variable to avoid it.
support
KeymasterHi,
This looks like a wiring issue. Please double-check your schematics. If you are not sure, please try the ESP-WROVER module that comes with a built-in JTAG interface.
November 2, 2018 at 19:40 in reply to: Toolchain shows in packages dialog but not project wizard #22545support
KeymasterHi,
Please try updating to VisualGDB 5.4 Preview 8. It contains many fixes compared to v5.3.
support
KeymasterHi,
Please try updating to VisualGDB 5.4 Preview 8.
support
KeymasterHi,
Most likely you are using the Embedded or Linux edition that does not support unit tests.
Please consider upgrading to the custom edition here or contact our sales if you would like to get a short trial extension to test out the unit test support.
support
KeymasterHi,
Please either the sections that go into the external memory with the NOLOAD attribute (so that they will be excluded from the .bin file), or use the AT syntax in the linker script (see how DATA is handled) in order to place them in the regular FLASH memory and move them to the external memory manually.
Also if you are using the Custom edition, please consider using the Additional Memories page of VisualGDB Project Properties to let VisualGDB do the necessary edits automatically.
support
KeymasterHi,
Please use the following link to renew your license: https://sysprogs.com/splm/mykey
November 1, 2018 at 23:07 in reply to: Toolchain shows in packages dialog but not project wizard #22525support
KeymasterHi,
Are you using VisualGDB 5.4 Preview 8?
support
KeymasterHi,
Yes, please use the “Don’t Activate GDB Session Window” setting under Tools->Options->VisualGDB.
support
KeymasterHi,
Sorry, this is a known limitation of the Live Variables view. We should be able to address it in the future WPF-based redesign of this window, however unfortunately it won’t make it into v5.4.
support
KeymasterHi,
Please try installing VisualGDB 5.4 Preview 8. It contains fixed to many bugs of v5.3 and might resolve this as well.
Please also consider generating projects based on MSBuild, not GNU Make. Unless you specifically need to use GNU Make, they should provide easier experience.
support
KeymasterHi,
Sorry, VisualGDB does inherit many of Visual Studio’s formatting settings, however due to the internal VS architecture, the indentation must be set independently.
Please try using the Tools->Options->Text Editor->C/C++ (VisualGDB) to configure VisualGDB-specific indentation.
support
KeymasterHi,
Sorry about that. Please download v5.4 Preview 8. It includes all the fixes from all previous builds.
support
KeymasterHi,
This looks like a verbose MSBuild log from a non-MSBuild project that only shows that MSBuild is launching visualgdb.exe to do the actual build.
Please try turning off MSBuild verbose logging or running the VisualGDB.exe command line manually and check the output from it. It should contain a more informative error message.
October 31, 2018 at 16:36 in reply to: UnitTest option in VisualGDB project properties hangs VS2017 #22506support
KeymasterHi,
Thanks for contacting us. According to our records, it looks like your technical support period has expired. In order to keep on receiving support, please renew your key, or let us know the email associated with the new key if you have renewed already.
-
AuthorPosts