We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,Is it possible to run a jython script from the command line? It sounds only ds scripts are supported . When invoking the debugger from comand line I would like to connect to a target, load a elf/axf file (this is the easy part) but also do some run/ add breakpoint, set and retrieve data with a jython script to handle all possibilities/ exceptions.thanksclaude
Given what you are trying to do, you might want to invoke DTSL directly via command-line executed .py scripts. More information about DTSL can be found at developer.arm.com/.../dtsl DS-5 comes with a few DTSL examples that you can run in Eclipse or via a command-prompt. The examples are at <DS-5 installation directory>\examples\DTSL_examples.zip