Yes, Josef is correct.
That's what was happening to me.

After I synched the jar in the server and client code, re-mounting the Tomcat, 
the debugging work perfectly well.
Hope this will help others who have same problems.

Thanks btw.

Stadelmann Josef <[EMAIL PROTECTED]> wrote: That was not the question of Jeff

Jeff does not say ... to debug in  code that comes from jar's ....
But he wants simple see the debugger step through his own lines of code.

I have had the same issue. The issues is shown in NetBeans as well when
the code is on the server and the debugging takes somehow place in conjunction
with a local source code copy on the client. the debugger shows this problem. 
After synchronizing the code between client and server and mounting the code/
package at the proper level, this missbehaving has gone away.

Josef

-----Ursprüngliche Nachricht-----
Von: Jeff Greif [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 25. Januar 2007 19:15
An: [email protected]
Betreff: Re: Debugging Axis2 in Tomcat


Line numbers are available or not depending on the options given to the 
java compiler.  You can control the appearance of line numbers for your 
code, but not for the axis2 code or tomcat container code loaded from 
pre-packaged jars, depending on how those jars were built.  If you want 
line numbers from something in this infrastructure, you might have to 
build it yourself with the appropriate compiler options, and install the 
results in place of the jars you're using now.

Jeff

Ho, Wen Yue wrote:
> Jeff,
>
> Thanks for the tips.
>
> I manage debug my Axis2 WS in Tomcat using eclipse now.
> But I still am having a problem though. When the debugger stopping at
> the server side code it doesn't highlight the line where it is stopping.
> The Debug Call stacks is saying "line: not available [local variables
> unavailable]".
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



                
---------------------------------
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot 
with the All-new Yahoo! Mail  

Reply via email to