CW Debugger says var overlaps the stack

2003-10-31 Thread Luc Le Blanc
Debugging penDownEvents handling in a handler, I was poking the contents of a RectangleType stack variable allocated in the event case of the main switch block. When I tried setting a watchpoint on it, the CW 8.3 debugger told me it couldn't because the variable was overlapping the stack. What

Re: CW Debugger says var overlaps the stack

2003-10-31 Thread Ben Combee
At 05:45 AM 10/31/2003, Luc Le Blanc wrote: Debugging penDownEvents handling in a handler, I was poking the contents of a RectangleType stack variable allocated in the event case of the main switch block. When I tried setting a watchpoint on it, the CW 8.3 debugger told me it couldn't because the

Re: CW Debugger says var overlaps the stack

2003-10-31 Thread Luc Le Blanc
Ben Combee a écrit : At 05:45 AM 10/31/2003, Luc Le Blanc wrote: Debugging penDownEvents handling in a handler, I was poking the contents of a RectangleType stack variable allocated in the event case of the main switch block. When I tried setting a watchpoint on it, the CW 8.3 debugger told

Re: CW Debugger says var overlaps the stack

2003-10-31 Thread Ben Combee
At 04:13 PM 10/31/2003, Luc Le Blanc wrote: Ben Combee a écrit : At 05:45 AM 10/31/2003, Luc Le Blanc wrote: Debugging penDownEvents handling in a handler, I was poking the contents of a RectangleType stack variable allocated in the event case of the main switch block. When I tried setting a