Hi everybody,
I'm using the debugger and when I need to step into a code that
is inside a include file I always receive an error message (GPF)
in PBEDIT when debugging bigger programs.
This is the error message:
PBEDIT caused an invalid page fault at module OLEAUT32.DLL at 017f:65341543.
Registers:
EAX=00461560 CS=017f EIP=65341543 EFLGS=00010206
EBX=004d5944 SS=0187 ESP=012cfbf0 EBP=012cfd94
ECX=00000002 DS=0187 ESI=00003ffc FS=195f
EDX=8166f27c ES=0187 EDI=8166f274 GS=0000
Bytes at CS:EIP:
8b 16 8b c8 83 c2 15 83 e2 f0 52 56 e8 04 00 00
Stack:
00004000 0042bc54 00004000 80000000 00000000 004d5944 0042c2b1 8166f274 00000000 00419c6f 00000000 00000000 00000000 00000000 00000000 00000000
Is there any fix for this ?
My program is using a Timer proc that is killed before the call
and resetted after the call. Is this the problem ?
I also need to set breakpoints outside my main program (inside the includes).
Thanks,
Gilmar.
------------------
I'm using the debugger and when I need to step into a code that
is inside a include file I always receive an error message (GPF)
in PBEDIT when debugging bigger programs.
This is the error message:
PBEDIT caused an invalid page fault at module OLEAUT32.DLL at 017f:65341543.
Registers:
EAX=00461560 CS=017f EIP=65341543 EFLGS=00010206
EBX=004d5944 SS=0187 ESP=012cfbf0 EBP=012cfd94
ECX=00000002 DS=0187 ESI=00003ffc FS=195f
EDX=8166f27c ES=0187 EDI=8166f274 GS=0000
Bytes at CS:EIP:
8b 16 8b c8 83 c2 15 83 e2 f0 52 56 e8 04 00 00
Stack:
00004000 0042bc54 00004000 80000000 00000000 004d5944 0042c2b1 8166f274 00000000 00419c6f 00000000 00000000 00000000 00000000 00000000 00000000
Is there any fix for this ?
My program is using a Timer proc that is killed before the call
and resetted after the call. Is this the problem ?
I also need to set breakpoints outside my main program (inside the includes).
Thanks,
Gilmar.
------------------
Comment