I've been trying to get the Runtime.traceMethodCalls() and the
Runtime.traceInstructions working in Java under linux for quiet some time, and
can't seem to figure out what I'm doing wrong.

I'm starting to wonder if they are implemented at all in the Linux version, or
if I have to do some special compile time switches...

I'm actually calling the functions doing a
Runtime.getRuntime().traceMethodCalls() and
Runtime.getRuntime().traceInstructions() but I've tried with just straight
Runtime.trace* and that doesn't seem to work either.

Is it outputting it to a specific file somewhere that I'm just not finding, or
is this really not implemented on the Linux version.  The Java specs do say
this is an optional thing for the JVM to do, but it would be an immensely
useful debugging tool.

Well, I was just wondering if I should waste any more time trying to get this
to work under Linux. 

Thanx in advance.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to