Re: Other ways to debug a program
Thanks, I will try this. Don't know that I still have some options in the
debugger when to stop. =)
"Usenet" <Mark@xxxxxxxxxxxxxxxxxxx> wrote in message
news:VA.0000002f.1d03c05f@xxxxxxxxxxxxxxxxxxx
So I'm assuming that somewhere in my code im triggering something that
moves
that record pointer. Any thoughts on how I can debug where are this
things
being triggered? Basically I want to trap a command where I issue those
seek or any other command that can affect my record position.
In the debugger you can ask it to stop execution as soon as
recno("yourAlias")
changes.
This will probably also trap each time you switch forms so it's not a
hassle-
free solution, but should find your movement.
Regards
Mark
.
Relevant Pages
- Re: Other ways to debug a program
... that record pointer. ... Any thoughts on how I can debug where are this things ... seek or any other command that can affect my record position. ... This will probably also trap each time you switch forms so it's not a hassle- ... (microsoft.public.fox.vfp.forms) - Debugging
... On my WinXP Professional box at home, I can't get the debugger to start from ... I get the same error using NetBeans 3.5.1, ... The command the IDE is trying to execute - shown in the output window - is ... (comp.lang.java.softwaretools) - IRQL not less or equal (bugcheck 0x0A)
... If a kernel debugger is available get the stack backtrace. ... *** In order for this command to work properly, ... *** must point to .pdb files that have full type information. ... (microsoft.public.development.device.drivers) - Re: OleDbDataAdapter created in code behaves differently from one created by wizard.
... jump right in with the debugger and identify the problem point quickly. ... command as you like, setting the connection, commandText properties etc. ... daA object is set to Null, so when you try and access the CommandText ... I know the adapter created in code is OK because I use it to ... (microsoft.public.dotnet.framework.aspnet) - Re: (MSVCRT.DLL): 0xC0000005: Access Violation
... That command will display a little bit more of what is going on. ... Debugger commands are very concise, and the seem random strings at first ... This posting is provided "AS IS" with no warranties, and confers no rights. ... >>> First chance exceptions are reported before any exception handling. ... (microsoft.public.vc.language) |
|