• 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 : A Query about Stack Trace -- Screen shot attched

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

My question might be a dummy one , but i am posting this thread , because i want to know the answer .

This is my sample program , on which I am practising Debugging on this below sample program .

I am having a query here , i have set a Break Point at the line ,

String sql = "select * from KEY_VALUE"; , but why the stack trace is refering to some all the classes or methods like
FileInputStream.open inside the Thread main , how can i skip all these things and directly go the spcified line of dubugging .




Please find the screen shot attched of this . Please suggets thanks .

EclipseStackTrace.jpeg
[Thumbnail for EclipseStackTrace.jpeg]
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe an exception happened at that point and you've setup the IDE to stop when an exception happens. It's been a while since I've used Eclipse, so I don't know how to switch it off. Have a look in the "Debug" menu or something...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic