Wikis - Page

Support Tip: Debug does not work properly for large dynamically loaded function libraries

0 Likes

When a large function library is loaded during test execution run-time using LoadFunctionLibrary, "Step Into" does not move to the correct function definition during debug.
Same issue is not happening when the function library is associated with the test in the test settings directly without using LoadFunctionLibrary. 

This issue is caused by UFT One's dependency on a debugging component of Microsoft, which has a limitation and can't process more than 500,000 characters. 

One of below workarounds can be used to resolve the issue:

  1. Separate the large function library into smaller ones to not exceed 500,000 characters.
  2. Associate the function library with the test in the test settings.

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended