Remote debugging

⌘K
  1. Home
  2. Translator++ Developer&#8...
  3. Debugging
  4. Remote debugging

Remote debugging

You can use Google Chrome to remotely view the console log of Translator++. This will allow us to view the logs even when the Translator++ is closing on it’s own (i/e crashes)

follow the following steps :

1. Open Command Prompt

2. Run Translator++ from command prompt with the following command:

"Translator++.exe" --remote-debugging-port=8888

3. Open your Google Chrome, and enter this address :

chrome://inspect/#devices

A remote debugging options will open.

4. Click Configure button, add the following line into the “Target discovery settings” :

localhost:8888

and then click “Done”

5. After several seconds, two options will apper in the Remote Target.

Click inspect to the translator++ chrome-extension://…./www/trans.html
A remote debugging window will open. Now, this remote debugging will stay open even when Translator++ closes.

Was this article helpful to you? No Yes

How can we help?