|
|||||||||||
|
Technical Support On-Line Manuals µVision4 User's Guide |
µVision4 User's GuideInvoking FunctionsInvoke an run debug function from the Command window. Type the function name and parameters into the command line. For example, to run the printf built-in function enter the following text:
printf ("Hello World\n")
The µVision Debugger responds by printing the text "Hello World" to the output. As an alternative, define a Toolbox button to invoke the function: DEFINE BUTTON "Print HelloWorld", "printf (\"Hello World\\n\")" | ||||||||||
|
|||||||||||