Select debugger via command line for unit testing in CICD

Sysprogs forums Forums VisualGDB Select debugger via command line for unit testing in CICD

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26897
    Markg
    Participant

    Hi

    We are using the unit testing via the command line, be we have multiple programming (segger j-link) probes connected. Is there a way to select a porobe via the command line? As an argument maybe?

    Regards,

    Mark

    #26900
    support
    Keymaster

    Hi,

    Normally, using the VisualGDB.exe /runtests <container> command line would automatically program the memory, run the tests and save the results.

    If you are not using the VisualGDB test frameworks, you can also use the VisualGDB.exe /launch <vgdbsettings file> syntax as an equivalent of the “run without debugging” command in Visual Studio.

    Finally, Segger J-Link might have its own set of commands for scripting FLASH memory programming. Feel free to double-check their documentation, it may contain some relevant examples.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.