debugging chromr code example
Example 1: chrome remote debugging
chrome.exe --remote-debugging-port=9222
Example 2: debugging
Debugging is the process to trace the
error in the application.
There are different ways to debug it
1-Using println statements
2-Using Java Logger
3-Using Debugger tools