Forum Replies Created
-
AuthorPosts
-
support
KeymasterHi,
No problem, please let us know the email address associated with your license so that we could check your support status.
support
KeymasterHi,
You can manage your ESP-IDF checkouts via VisualGDB Project Properties -> ESP-IDF Project -> ESP-IDF Checkout.
Unfortunately we do not provide support for debugging scenarios outside VisualGDB. Please use the VisualGDB Project Properties to configure your debugging settings or contact Espressif if you need help with ESP32 tools that are not part of VisualGDB.
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.
-
AuthorPosts