Author Topic: V23: Java debug breakpoints no longer trigger  (Read 1884 times)

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
V23: Java debug breakpoints no longer trigger
« on: October 26, 2018, 07:33:55 PM »
With V23 I am no longer able to debug an application war running in Tomcat. The application will run under the debugger, but no breakpoints ever trigger.  V22 worked fine.

I have been toggling between V22 and V23 to try to see if I could spot any differences. I set a single breakpoint for this exercise.  On a toggle, both versions complained about the breakpoint having a different scope, that is V23 didn't like the V22 breakpoint and vice versa. Same code, same war.

I don't know where the breakpoint info is being kept, so I wasn't able to investigate and/or clear them out.

I need some ideas what info to collect to generate a case for you. 

I

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: V23: Java debug breakpoints no longer trigger
« Reply #1 on: October 26, 2018, 08:43:34 PM »
Follow these steps for both V22 and V22 and attach both logs.

1) delete <config>/logs/debug.log (if you have one)
2) Macro > Set Macro Variable... > def_debug_logging = 1
3) Do the exact same thing you describe starting debugging and running to where the breakpoint should be hit (once will do)
4) Debug > Stop
5) copy <config>/logs/debug.log to debug_v22.log or debug_v23.log
6) Macro > Set Macro Variable... > def_debug_logging = 0

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
Re: V23: Java debug breakpoints no longer trigger
« Reply #2 on: October 26, 2018, 10:29:01 PM »
Logs submitted under case CAS-71191-NLPY

Thanks

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: V23: Java debug breakpoints no longer trigger
« Reply #3 on: October 30, 2018, 02:08:16 PM »
We are putting together a new build that will have a fix for this problem.  Thanks for bringing it to my attention.

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
Re: V23: Java debug breakpoints no longer trigger
« Reply #4 on: October 31, 2018, 02:27:45 PM »
Breakpoints are working in v23.0.0.11.   Thanks Dennis.