s.voulaz

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Segger RTT & SWO tracing support in future? #32116
    s.voulaz
    Participant

    Ok, got it. I was thinking about existing projects, especially hard-realtime designs, on which it is not possible to replace the debug framework – any semihosting is way more intrusive and orders of magnitude slower. But yes, that’s probably something in charge of Segger as a plugin for VS (not VSCode, that  already supports it).

    Talking about Segger’s jlink, however, I am experimenting an apparently weird behavior of the Quick Debug setup. In order to debug an existing CMake project, I have to check “The debugged device is not listed. Configure the debug method manually.” and specify all the debug connection details for J-link. If instead I select the device (MXIMRT1061xxxxA) from the list, then “Debug using:” shows “No compatible USB device found” – although the package Segger J-Link 5.9 is installed. Is this by design?

    in reply to: register definitions load failed #32114
    s.voulaz
    Participant

    Thanks, register definition file is now correctly loaded. However, using the new version the plugin does not initialize correctly: when Visual Studio 2022 starts and the CMake project is opened,  in the Debug menu there’s only “Quick Debug Cmake Scripts” (no “Quick Debug With GDB” entry).

    Note that the Clang IntelliSense dialog is not shown at startup (although “Show this dialog when Visual Studio starts” is checked).

    “Quick Debug With GDB” is shown only after I somehow “force” the plugin to start (I suppose), i.e., by clicking on any menu entry under Tools->Visual GDB (and at this point the Clang IntelliSense dialog is shown before the dialog related to the selected command).

    Best regards,
    Stefano

    in reply to: Segger RTT & SWO tracing support in future? #32111
    s.voulaz
    Participant

    +1 for RTT client support (really useful for embedded projects)

    It that planned anyhow?

    in reply to: register definitions load failed #32103
    s.voulaz
    Participant

    Btw, trying to load the file as XML (i.e., not changing the extension) still produces the error mentioned earlier in another post. FYI.

    Regards,
    Stefano

     

    in reply to: register definitions load failed #32102
    s.voulaz
    Participant

    Just renewed…

     

    in reply to: register definitions load failed #32100
    s.voulaz
    Participant

    Hi,

    it’s a “Quick Debug with GDB” session, so no actual GDB project layout. It’s a cmake project we use across different hosts (Win/Mac) and development environments, so we can’t set up a VisualGDB/VisualStudio project. Any chance to use SVD files in such a context?

Viewing 6 posts - 1 through 6 (of 6 total)