I am working on an automated test setup which should load an image to the target, start the debugger and start the application in flash and start the tests. I have already implemented the following steps in a Python script:
- Flash the program to the target with UV4.exe -f <image> - Start the debugger with UV4.exe -d <image> (the application starts automatically because a debug initialisation file with the GO command is added to the "Options for target/ debug" - Start NUnit tests
How can I stop the debugger (automatically) after all NUnits tests are executed?