| Geert,
If I remember well (I did not do it since a while), you have to create
a dummy image that do nothing, just wait.
Then use the PCM editor and change the command name for the action
you want to debug, specifying the dummy image you just created.
Then create a new event so that PCM re-lunch the action. In fact it
will lunch the dummy process, which will not do anything and more
important, will leave the IPC mechanisme intact.
Then you have to define CONSOLE$ACTIONNAME and CONSOLE$EVENTPORTNAME
(the same way they are defined in the .COM file created by PCM in the
console$tmp directory), and finally you can interactively run your
action routine in debug mode, which will correctly connect to PCM and
get the corresponding events.
Christian.
|
| Christian,
Your methodology is correct! Now, if you can stand the Decwindows
symbolic debugger, you could setup a command file to SET DISPLAY/CREATE
and run your action from there.
Regs,
Dan
|