I saw your question on the user list, but don't have a version of derby in an eclipse setup handy...
You don't say how familiar you are with eclipse, so some of this may be too simplistic for you... So with that caviat here's my 2c: first point eclipse to the Derby souce. (There are links on how to do that somewhere). Then make sure you don't build automatically, and build in 'sane' mode. Then you should be able to set a breakpoint - if the breakpoint happens on a non-main thread you may need to attach the debugger to that thread - either way you should be able to see that one of the threads is stopped, the debugger has a screen/view for that... If you're looking for line numbers in a stack trace, you'll need to be running with the debug (or 'sane') builds. Hth, Myrna > On Dec 1, 2015, at 9:52 AM, Anjana Prakash <[email protected]> > wrote: > > > Hi > > Can I start derby code in debug mode from eclipse. I want the break point to > appear when my java code that calls derby import table API. > > Appreciate if anyone can guide on same. > > Thanks. > Anjana.
