Skip to content

Commit

Permalink
fix(docs): broken links to Chrome DevTools Remote Debugging in Cordov…
Browse files Browse the repository at this point in the history
…a/Capacitor troubleshooting and tips pages (#17660)

* docs(capacitor): fix broken link to Chrome DevTools Remote Debugging

* docs(cordova): fix broken link to Chrome DevTools Remote Debugging

* docs(capacitor): fix broken link to Chrome DevTools Remote Debugging

* docs(cordova): fix broken link to Chrome DevTools Remote Debugging
  • Loading branch information
opack authored Nov 25, 2024
1 parent 26d3508 commit 0702aaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While you are developing a Mobile App with Capacitor Mode, you can access `$q.ca

### Android remote debugging

If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.
If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developer.chrome.com/docs/devtools/remote-debugging/webviews?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.

This way you have Chrome Dev Tools directly for your App running on the emulator/phone/table. Inspect elements, check console output, and so on and so forth.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ While you are developing a Mobile App with Cordova Mode, you can access `$q.cord
## Android Tips

### Android remote debugging
If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.
If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developer.chrome.com/docs/devtools/remote-debugging/webviews?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.

This way you have Chrome Dev Tools directly for your App running on the emulator/phone/table. Inspect elements, check console output, and so on and so forth.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ While you are developing a Mobile App with Capacitor Mode, you can access `$q.ca

### Android remote debugging

If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.
If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developer.chrome.com/docs/devtools/remote-debugging/webviews?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.

This way you have Chrome Dev Tools directly for your App running on the emulator/phone/table. Inspect elements, check console output, and so on and so forth.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ While you are developing a Mobile App with Cordova Mode, you can access `$q.cord
## Android Tips

### Android remote debugging
If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/remote-debugging?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.
If you are debugging Android Apps, you can use Google Chrome [Remote Debugging](https://developer.chrome.com/docs/devtools/remote-debugging/webviews?hl=en) through a USB cable attached to your Android phone/tablet. It can be used for emulator too.

This way you have Chrome Dev Tools directly for your App running on the emulator/phone/table. Inspect elements, check console output, and so on and so forth.

Expand Down

0 comments on commit 0702aaa

Please sign in to comment.