eclipsesource / eclipsesource/tabris-js

Android remote debugger is not working

Open
#2,253 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

### Problem description

With tabris 3.9 debugging on Android doesn't work with local builds or with cloud builds.

### Expected behavior

the behavior I expect is to have the debug bar with the "wait for debugger" option and be able to connect from VSCODE or Chrome Inspector.
What I get is an app that has the debug bar and the right menu but not the "wait for debugger" option, moreover both chrome and vscode do not connect either by entering the ip or by forwarding the ports and connecting to the localhost , they just don't connect.
Even forcing chrome like this:

`adb forward tcp:9090 tcp:9090`

and visiting the url:

`devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=localhost:9090`

i get nothing. it should be noted that the debugger options are enabled and other cordova applications I can debug them without problems.

### Environment

- Tabris.js version: 3.9
- Device: many: Galaxy A8, Vodafone V8, Redmi GO. (Android11, Android10, Android 8.1 go)
- OS: Android from 8.1 to 11 on test phones, Ubuntu 22.04.1 LTS as dev machine.
- Build: local, ubuntu jsk11, cloud, your service.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.