views:

9

answers:

0

Hi, I'm working on a Blackberry application (JDE 4.6.1 + Windows machine + Elipse). Currently my workspace involves two main project

  • Unit testing application (called unitT)
  • my application (calle myApp)

Basically,I compile the myApp project in a .jar file and I import this as a library in the uniT project (so I can reference it). The problem is that it's not possible debugging the code in the .jar file. If,during the execution in debug mode,I step into the library code, Eclipse asks me to indicate the source forlder (in my case myApp/src)..at this point the source code linked to the myApp.jar library appears but,even if I place a breakpoint into it,this is totally useless since the debugger would never enter into it (and he should).

Any ideas?

thanks a lot!