On Jun 1, 2:17 pm, bazianm <
bazi...@hotmail.com> wrote:
> Hi,
>
> I have a page that I want to trace through some validation code. The
> problem is that i do not know what code is running. I don't know what
> event is firing or anything like that. The generated HTML (it is php
> based) does not show anything on the <INPUT> tag to tell me what is
> being called and I can only guess that some event handler is being
> attached to the form somewhere. Obviously, this is not my code and I
> am unfamiliar with the framework used. I have to fix this bug because
> the developer went AWOL on me.
>
> In many programming languages, I can put a break point to stop on the
> next line of code executed.