Web Connection
SET COVERAGE with wwc_webpage
Gravatar is a globally recognized avatar based on your email address. SET COVERAGE with wwc_webpage
  Michael Hogan (Ideate Hosting)
  All
  May 5, 2017 @ 10:57am

I need to debug an issue with a wwc_webpage. I figure SET COVERAGE will record each line of code sequentially up to the point at which it hangs.

I can SET COVERAGE TO in OnLoad(), but I need to turn it off as we move to other pages. If I do that at the end of OnLoad(), I'm not capturing activity on the button clicks. The framework must not be calling OnLoad for each button click.

Is there a better way to track all page activity than adding SET COVERAGE TO to each button_click function in the page?

TIA

Gravatar is a globally recognized avatar based on your email address. re: SET COVERAGE with wwc_webpage
  Rick Strahl
  Michael Hogan (Ideate Hosting)
  May 5, 2017 @ 07:19pm

Dispose()? Called whenever controls, or pages are unloaded.

© 1996-2024