Skip to content

Commit

Permalink
Update docs/advanced/debugging.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yennifer Santos <46519584+ydaponte@users.noreply.github.com>
  • Loading branch information
arjendev and ydaponte authored Feb 9, 2024
1 parent 4cbbde6 commit 19ae649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/debugging.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Debugging

As the framework is dynamically parsing and interpreting data factory resource files, it can be difficult to figure out with which objects you are working with. It is recommended to use the debugger during development of your tests to get a better idea of what activities are being returned and to see the structure of the activity and its properties.
As the framework is dynamically parsing and interpreting data factory resource files, it can be challenging to identify which objects you are working with. It is recommended to use the debugger during development of your tests to get a better idea of what activities are being returned and to understand the structure of the activity and its properties.

0 comments on commit 19ae649

Please sign in to comment.