RE: Breakpoint in inner Class

2002-06-25 Thread Britton, Chris
I've encountered this problem before when I try to set a breakpoint in a private inner class using the C-x, C-a, C-b key sequence. I worked around it by temporarily removing the private qualifier from the inner class definition. Alternatively, I have also had some luck when I typed the stop

RE: Breakpoint in inner Class

2002-06-25 Thread Jean Lavoie
PROTECTED] Subject: RE: Breakpoint in inner Class I've encountered this problem before when I try to set a breakpoint in a private inner class using the C-x, C-a, C-b key sequence. I worked around it by temporarily removing the private qualifier from the inner class definition. Alternatively, I have