Do we have a debug scripting language for MCU Xpresso IDE for debugging?
I checked with LinkServer scripts which is not sufficient for our needs.
I was searching for something like GEL scripting language used in Code composer studio from Texas Instrument.
The scripting language must be able to provide features like setting break points, changing some variables, etc.
But I hope LinkServer provides scripting only for those assists connection and reset purposes.
Hi @Dharshini
The guide MCUXpresso IDE - User Guide (MCUXpresso IDE - User Guide (nxp.com)) can be a reference with more details for the LinkServer scripts.
Regards
Harvey
Thank you @Harvey021
But as I have already mentioned I have checked the contents of MCUXpresso IDE - User Guide regarding LinkServer scripts and confirmed that it does not meet my requirements.
To my knowledge LinkServer scripts only supports connect and reset scripts and will be not able to set break points or read/write particular variables. Please confirm my understanding towards LinkServer Scripts
Add on note : I am looking for some other scripting language supported by MCU Xpresso IDE other than LinkServer Scripts
Something like GEL Scripting Language supported by Code Composer Studio