4

I am debugging an application in Eclipse. It works fine but at some methods, for example enterEventDispatcher(), it shows me source not found. Which source files should be attached to avoid this problem? I am not getting it clearly.

Michael Donohue
  • 11,606
  • 5
  • 29
  • 44
Sagar
  • 451
  • 1
  • 3
  • 13

1 Answers1

4

It sounds like you are trying to debug into the RIM BB OS code. As far as I am aware, RIM does not provide the source code for their API, so there is no source to attach.

Scott W
  • 9,535
  • 2
  • 32
  • 51