Lost src code level debug stepping

Hi everyone,

i'm a little new to the java/studio ent 8.1 world, so please forgive me.

i don't know what happened, i was able to debug/step into my .java source code a few days ago, but now, i can only step into my .jsp pages.

the debugger stops at the breakpoints that are set in my source, but when i hit F7, i can't see it stepping through the code.

i changed the names of some files/directories, but the code compiles no problem.

am i missing something, any help appreciated.

thank you

Johnny

[548 byte] By [sticcino] at [2007-11-26 10:13:24]
# 1

Can u try the following:

- open breakpoint Debugger window by it choosing from the Window > Debugging menu

- clear existing breakpoints (especially the ones where files/directories were changed)

- set the breakpoints again

- try to step through code.

The debugger may still be having breakpoint pointers to the older file/dir names...

KarthikR at 2007-7-7 2:02:50 > top of Java-index,Development Tools,Java Tools...
# 2
Hi,thanks for the tip, i'll give it a try.Johnny.
sticcino at 2007-7-7 2:02:50 > top of Java-index,Development Tools,Java Tools...
# 3
Also, pl. try:open the project properties window and check the 'Sources' tab to see if all the sources are correctly listed there.you may also want to check out: http://forum.sun.com/jive/thread.jspa?forumID=122&threadID=63309
KarthikR at 2007-7-7 2:02:50 > top of Java-index,Development Tools,Java Tools...
# 4
Hi KarthikR ,removing all the breakpoints did the trick.thank you greatly for your assistance.Johnny
sticcino at 2007-7-7 2:02:50 > top of Java-index,Development Tools,Java Tools...