0

I have a problem in myeclipse debug mode where execution is not stopping on any of the breakpoints set.

Please note that i am using Myeclipse 10.6 where tomact-7 connector is configured and, when not in debug mode, everything works correctly.

I have tried different configuration, but none of them fixed the problem.

So anybody already faced this problem, or if somebody knows the fix, please help.

hd84335
  • 8,815
  • 5
  • 34
  • 45
  • Are you sure your execution sequence is reaching the line, where you have given the breakpoint? – Renjith Jan 11 '13 at 09:43
  • yes sure, it's a servlet, and for testing, i just put the breakpoint at the first execution line – hd84335 Jan 11 '13 at 10:17
  • can you show the place where you put break point in the servlet? – Renjith Jan 11 '13 at 10:40
  • http://img560.imageshack.us/img560/2341/breakpoint.jpg – hd84335 Jan 11 '13 at 12:59
  • are you sure the request from web page is hitting the server? – Renjith Jan 11 '13 at 17:48
  • Yes sure Renjith! actually, i created this environment many months ago, and used it for developing several applications. the only issue am getting is the breakpoint problem. this was not a big issue before, but now, i need the debug mode, and am wondering why it is not working! – hd84335 Jan 11 '13 at 23:12
  • that's ok Renjith. thx for your trial. in the breakpoint view, there is a flag called skip all breakpoints. if this flag is checked, all breakpoints will be missed. that's very simple, but who don't know it will be hard on him to know where's the problem coming from. Regards – hd84335 Jan 14 '13 at 08:23
  • 1
    hey...thanks for the info:-)This was also new to me:-) – Renjith Jan 14 '13 at 08:39

1 Answers1

1

Fix Discovered. under breakpoint view, there is a flag called skip all breakpoints. if this flag is checked, then all breakpoints will be missed in the execution phase. that's very simple, but who don't know it will be hard on him to know where the problem is coming from.

hd84335
  • 8,815
  • 5
  • 34
  • 45