• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse 3.2 (WTP) : Error occuring while trying to debug

 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have the following java configuration:
java version "1.4.2_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)


I have a made a standalone java application in eclipse and i am not using ANT to build the application.

Also i have attached the source code downloaded from sun's official site(j2sdk-1_4_2-src-scsl.zip) for the above JDK in eclipse.

Now when i install a breakpoint in java's inbuilt classes and try to debug my application i get the following error message:



Though the breakpoints installed in the classes built by me are working.The problem occurs only with Java's inbuilt classes.

After going through the eclipse preferences, i found that the following thing as mentioned in error above:

Modify compiler options to generate line number attributes.

is already set.

I tried to search the solution on Internet but no success yet.

Any help would be highly appreciated.

Thanks.
 
Or we might never have existed at all. Freaky. So we should cherish everything. Even this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic