-
Notifications
You must be signed in to change notification settings - Fork 1.7k
JS debugging by using DevTools #4392
Conversation
An admin must run tests on this PR before it can be merged. |
guides/v2.1/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
From the technical standpoint, the provided update is correct |
@eduard13 thank you for the cool tutorial |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great contribution @eduard13! Thanks. I only have a few minor editorial suggestions.
guides/v2.1/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.1/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.1/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.1/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.1/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.2/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.2/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.2/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.2/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
guides/v2.2/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.md
Outdated
Show resolved
Hide resolved
Hi @jeff-matthews thank you for your suggestions, they were applied for both versions. |
Hi @jeff-matthews is there anything else that I should do here? |
@eduard13, nope! I'll test and merge. |
running tests |
Hi @eduard13, thank you for your contribution! |
Purpose of this PR
This PR describes another way of JS debugging by using DevTools, by providing the needed steps and using a small uiComponent as sample.
Affected URLs
whatsnew
Added instructions for debugging a UI component using Chrome DevTools.