Cant get debug output to work in java on server component

I am using  the document "Java Component Development Guide"

to attempt creating a new component. it indicates I can write debugmessages

back to PipinePilot using the following call.

Context.debugMessage("onInitialize called");

I can't figure out why but the message is not coming through.

my code compiles.

I can run the component from pp chosing run with debug, but I dont see the message.

Isaac