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.
Asked
Active
Viewed 551 times
4

Michael Donohue
- 11,776
- 5
- 31
- 44

Sagar
- 451
- 1
- 3
- 13
-
You can only venture into your own source code, unfortunately. – Swati May 10 '11 at 18:58
1 Answers
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,742
- 2
- 38
- 53