Codewarrior IDE access internal python console for debug

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Codewarrior IDE access internal python console for debug

599 Views
nic30
Contributor I

Hello,

is it possible to access internal python console in Codewarrior 2018.01 ?

I am working on custom board with LS2088a CPU and I having problems with not only QCVS and board init files.

I need an access to internal python consoles to see what is wrong.

Tags (1)
0 Kudos
1 Reply

473 Views
Pavel
NXP Employee
NXP Employee

It looks like that pyton console is not available in CodeWarrior 2018.01. Python scripts can be used. See documentation for ARMv7. It looks like similar scripts can be used for ARMv8.

 

5.6 CodeWarrior command-line debugger

CodeWarrior supports a command-line interface that you can use to interact with the CodeWarrior debugger,

by issuing commands.

You can use the command-line interface together with various scripting engines, such as the Microsoft® Visual Basic® script engine, the Java™ script engine, TCL, Python, and Perl. You can even issue a command that saves your command-line activity to a log file.


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos