invalid adress when using winedbg

Tony Lambregts tony_lambregts at telusplanet.net
Mon Aug 26 21:50:16 CDT 2002


Sylvain Petreolle wrote:

>running winedbg manually to debug a program,
>it says that an adress is invalid when trying to set breakpoints.
>+
>here is my cmdline:
>$ winedbg iexplore.exe (happens with all programs)
>fixme:console:SetConsoleCtrlHandler (0x403a1d30,1) - no error checking
>or testing yet
>WineDbg starting on pid 84509d8
>Breakpoint 1 at 0x00401ee6
>Invalid address, can't set breakpoint
>You can turn on deferring breakpoints by address by setting
>$CanDeferOnBPByAddr to 1
>Loaded debug information from ELF 'wine' (0x00000000)
>
>what could I do to debug this ?
>
>  
>
When Eric set this up he set it so that it was off by default, but he tells you how to turn it on

> Invalid address, can't set breakpoint
> You can turn on deferring breakpoints by address by setting
> $CanDeferOnBPByAddr to 1

"set $CanDeferOnBPByAddr = 1" in a unix terminal works for me.


Tony Lambregts 









More information about the wine-users mailing list