Hi all,

I have specific preference while opening a debugger. I want the Trace
Window and the Watch Window to have some specific Height and Width, I
seldom need Output and Locals Window, so I prefer them to hide, and I
want the Stack window to be on specific position. Anyway, it's really
troublesome to do this every time I open the debugger. Anybody here
knows how to set those window size and position such that they stay
there every time I open the debugger?

TIA,
Willianto

Re: How to save VFP Debuger window's size and position? by Dan

Dan
Thu Oct 21 12:37:35 CDT 2004

I *think* much of that window position stuff is stored in the Foxuser
resource file.

But you know about debugger configuration files, yes? In the debugger,
choose File->Save Configuration. It let's you save (and later restore)
specific debugging setups (watch variables, break points, etc.)

Dan

Willianto wrote:
> Hi all,
>
> I have specific preference while opening a debugger. I want the Trace
> Window and the Watch Window to have some specific Height and Width, I
> seldom need Output and Locals Window, so I prefer them to hide, and I
> want the Stack window to be on specific position. Anyway, it's really
> troublesome to do this every time I open the debugger. Anybody here
> knows how to set those window size and position such that they stay
> there every time I open the debugger?
>
> TIA,
> Willianto



Re: How to save VFP Debuger window's size and position? by Paul

Paul
Thu Oct 21 22:25:15 CDT 2004

Use SET RESOURCE ON. That tells FP to store window positions etc. in
foxuser.dbf.



"Willianto" <willianto@remove-me.telkom-and-me.net> wrote in message
news:ehXs%23v4tEHA.1276@TK2MSFTNGP12.phx.gbl...
> Hi all,
>
> I have specific preference while opening a debugger. I want the Trace
> Window and the Watch Window to have some specific Height and Width, I
> seldom need Output and Locals Window, so I prefer them to hide, and I
> want the Stack window to be on specific position. Anyway, it's really
> troublesome to do this every time I open the debugger. Anybody here
> knows how to set those window size and position such that they stay
> there every time I open the debugger?
>
> TIA,
> Willianto
>
>