|
Sorry, the debugger does not let you create your own functions. However, if all you want to do is to run a standard command when the debug screen is up, try setting your attention key to call QCMD, then when you press the attention key you will get a command line.
If you really need additional functions, then look at the Debug API manual. It gives you some idea of how to write a debugger. However, it's a very complex process, and you would have to write a complete replacement for the supplied debugger -- you can't write 'add-on' modules for the supplied debugger. ==================================
MORE INFORMATION ON THIS TOPIC
==================================
The Best Web Links: tips, tutorials and more.
Visit the ITKnowledge Exchange and get answers to your developing questions fast.
Ask the Experts yourself: Our application development gurus are waiting to answer your programming questions.
|