support

Forum Replies Created

Viewing 15 posts - 4,531 through 4,545 (of 7,877 total)
  • Author
    Posts
  • in reply to: Problem with "#ifndef IKS01A2" (P-Nucleo-Azure 1) #20216
    support
    Keymaster

    Hi,

    Yes, the Keil importer might have skipped a macro during the import process if it was defined in a non-typical way. The easiest workaround would be to add it manually via VisualGDB Project Properties -> MSBuild Properties -> Preprocessor Macros.

    in reply to: Preparing Raspberry PI 3 for JTAG Debugging #20215
    support
    Keymaster

    Hi,

    Sorry, we don’t sell any JTAG cables. The only advice we could give is to ask around make communities/forums if anyone else managed to find a ready cable anywhere.

    in reply to: Disable ARM Semi Hosting #20211
    support
    Keymaster

    Hi,

    Thanks for clarifying it. Normally it should be equivalent to the one VisualGDB provides (the vector names are taken from the ST examples and should match the other components), so it should be OK to use the one from VisualGDB. If you believe the startup files are different, please let us know and we will try to suggest a workaround.

    support
    Keymaster

    Hi,

    OK, thanks for reporting this. We have updated the regex loading logic so that it will use the regexes from RegularExpressions.xml for the fields not set in BuildMessageTemplates.xml. This will be included in the upcoming v5.4 Preview 1.

    in reply to: Feature Request #20209
    support
    Keymaster

    Hi,

    Thanks, this sounds like a way to improve usability, however unfortunately CMake doesn’t expose this information in the data that VisualGDB uses in the Advanced CMake subsystem. We will look into patching CMake to make it report this structure, but we cannot promise that it will work until we investigate it in more detail.

    in reply to: My custom build rule does not work in VGDB project #20197
    support
    Keymaster

    Hi,

    The custom rules defined for Windows projects might not work out-of-the-box for Linux. Please try following our Qt MSBuild tutorial for a detailed example of defining rules for running custom tools on Linux. If you have any further questions, please feel free to share more details about your current setup (e.g. what exact rules you are using) and we will try to help you.

    in reply to: A question about project/solution ideology #20196
    support
    Keymaster

    Hi,

    Yes, we are aware that VS2017 has basic Linux support and we are ensuring that VisualGDB has always more to offer – Powerful Linux-friendly IntelliSense, Static/Dynamic analysis, Custom actions, Profiling, Code Coverage, automatic error detection and many more features (see our Linux features page).

    Our MSBuild backend is also very heavily optimized for large remotely built projects and works faster than the regular VS2017 backend.

    Thanks for your suggestion. Currently editing .vgdbsettings files one-by-one could be indeed unnecessarily time-consuming, so we are experimenting with providing convenient GUI for editing multiple .vgdbsettings files at once. We will publish a tutorial showing it once this feature is available.

    In the meanwhile feel free to try out our Advanced CMake subsystem – it works much better with large projects containing multiple executables and libraries as the build is orchestrated from the Linux side and CMake running on it knows exactly how to copy/remove the files. Our Advanced CMake Project Subsystem maps common CMake settings to the familiar Visual Studio GUI, making the experience similar to developing regular Windows projects.

    in reply to: Navigation bar font size problem #20195
    support
    Keymaster

    Hi,

    Thanks for reporting this. We will try to improve the navigation bar experience for large fonts in one of the next VisualGDB releases.

    in reply to: Disable ARM Semi Hosting #20194
    support
    Keymaster

    Hi,

    No problem, we have managed to find the previous topic you created about linker scripts: https://sysprogs.com/w/forums/topic/custom-template-exception/. If you have any further questions, feel free to post in any of the topics and we will be happy to answer them.

    Regarding the startup file, do you mean the system init file, or the startup file with vectors and libc initialization?

    support
    Keymaster

    Hi,

    Thanks for the update. This should indeed work, however the project-specific templates should work as well. If anyone can reproduce the problem with the broken per-project regexes and attach a repro, we should be able to investigate and fix it.

    in reply to: ESP32 BSP update #20192
    support
    Keymaster

    Hi,

    Sorry, that would not work currently, as the ESP-IDF is not directly compatible with MSBuild (it depends on hardcoded file order and a few other constraints). We realize that ESP-IDF is frequently updated and are working on an experimental project subsystem similar to the Advanced CMake Project Subsystem that will be able to map native ESP-IDF projects directly into Visual Studio GUI, instead of importing ESP-IDF sources to MSBuild.

    We expect to release a preview build with this subsystem in the next 2-3 weeks.

    in reply to: Debugging ESP32 #20190
    support
    Keymaster

    Hi,

    Unfortunately this is also a known limitation of the ESP32 debugging that comes from the Xtensa toolchain (the ESP32 devices are not based on the ARM core; this helps reducing the price, however makes impossible to use the mature ecosystem of the ARM tools). Please feel free to look through the post covering other limitations of the ESP32 toolchain and known workarounds: https://sysprogs.com/w/limitations-of-the-esp32-debugging/

    The recommended workaround is to always have a top-level wrapper function in every thread.

    in reply to: CMake project + Intellisense + Yocto toolchain #20185
    support
    Keymaster

    Hi,

    Thanks, yes, if you could send us a repro case, we should be able to fix it easily.

    BTW, please try deleting the ImplicitCompilerFlags.xml file and reopening the project – unless you do that, VisualGDB will reuse the incorrect flags cached by the previous version.

    in reply to: Reload debug symbols after breakpoint has hit #20180
    support
    Keymaster

    Hi,

    Please ensure you are using the latest VisualGDB 5.3R8. It includes special logic for handling this – if you run any command that output “Loaded symbols for <…>” via the GDB session window, it will automatically re-query and update the call stack.

    in reply to: Examine core dump of target device #20179
    support
    Keymaster

    Hi,

    Normally you don’t need to specify anything manually if you use the new “Debug a crash dump” command. If you still get the error when using this command, please let us know.

Viewing 15 posts - 4,531 through 4,545 (of 7,877 total)