Debug Not Working

Hi All

The debug feature has stopped working completely. This is in 5.2.0 - build 997.

There must be some thing that happened to cause this but I don’t know what.

Help!

Mine is fine.
You do have a break point set someplace?

Hi Thomas

You do have a break point set someplace?

Yes. It doesn’t seem to matter how many break points I set, the Client seems to just ignore them.

Breakpoints are ignored when they are on a line where there is no expression. So breakpoints won’t work on a line containing only comment or containing only a declaration of a variable (without assigning a value to it). Maybe this is the case?

Hi Michel

Breakpoints are ignored when they are on a line where there is no expression. So breakpoints won’t work on a line containing only comment or containing only a declaration of a variable (without assigning a value to it). Maybe this is the case?

Seems to be working now.