[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-dev] problem with xerces sources
|
- From: l.stancapiano@xxxxxxxxx
- Date: Wed, 11 Jan 2006 10:20:38 +0100 (CET)
- Delivered-to: platform-dev@eclipse.org
- Importance: Normal
- User-agent: SquirrelMail/1.4.5
hi....I would to debug xerces 2.7.0 sources that I downloaded from
xerces.apache.org, with eclipse 3.1.1.
I created a new project and I've imported xerces sources in the src
directory. I cannot to debug them from other projects......If I try to put
a breakpoint in the xerces sources from an other project I have this
error:
Unable to install breakpoint in xxxxx due to missing line numbre
attributes. Modify compiler options to generate line number attributes.
Reason:
Absent Line Number Information
If I try to debug xerces Impl sources inside the same project I have no
errors. I think a bug of eclipse 3.1 because I 've seen that eclipse
debugger works together xercesImpl 2.7.0.