[jdom-interest] debugging with Visual Cafe 4.0

ARNULFO Franck FARNULFO at cpr.fr
Mon Nov 13 03:41:57 PST 2000


You must disable the catching of a java.lang.ArrayIndexOutOfBoundsException
in your VisualCafe Debugger Configuration.
Some parsers (xerces included) uses this exception instead of testing the
end of an array
and IDE's debugger are configured to catch/debug this exception.
If you look at the source on Xerces  you can see that this exception is
correctly catched.

Franck Arnulfo

> -----Message d'origine-----
> De : Naveen Pasumarthi [mailto:npasumar at hotmail.com]
> Envoyé : jeudi 9 novembre 2000 20:08
> À : jdom-interest at jdom.org
> Objet : [jdom-interest] debugging with Visual Cafe 4.0
> 
> 
> Hi All,
> 
> Trying to debug application using code
> **********************************************
> org.apache.xerces.parsers.DOMParser dom = new
>                   org.apache.xerces.parsers.DOMParser();
> org.jdom.Document systemDoc = builder.build(in);
> **********************************************
> with Visual Cafe 4.0.  The debugger fails
> throwing an error
> *******************************************************
> Exception raised:  "java.lang.ArrayIndexOutOfBoundsException: 8"
> You may press F5 to continue with default exception handling)
> *******************************************************
> AND/OR
> *************************************************
> opening a Windows File Open popup looking for
> 
> org\apache\xerces\utils\SymbolCache.java
> ****************************************************
> 
> I am using the jdom-b5(build 5) and the xerces.jar included 
> in the download. 
> I even tried getting a latest version of xerces.jar
> 
> Any help to get around this is much appreciated.
> 
> Thanks,
> Naveen
> 
> ______________________________________________________________
> ___________
> Get Your Private, Free E-mail from MSN Hotmail at 
> http://www.hotmail.com.
> 
> Share information about yourself, create your own public profile at 
> http://profiles.msn.com.
> 
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/yo
uraddr at yourhost.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20001113/c4afa019/attachment.htm


More information about the jdom-interest mailing list