The DBG binaries are not optimized and have symbols in them. This makes 
it possible to step through the C code in the debugger of your choice. 
There is nothing to setup in the JVM. You just need to attach your 
debugger to the running JSS process. Set a breakpoint in a JSS native 
method or NSS function, and off you go. One thing to keep in mind is the 
symbols won't be available until after the shared libraries are loaded 
into the process.

Patrick wrote:

>How does one use the DEBUGGING code in JSS DBG binaries? Is there a call to
>set this up in the JVM?
>
>-- P
>
>


Reply via email to