Doubts about weex debugger

background: the project is a multi-page application, and the pages are separate, so when debugging, you need to debug the entire folder
the debug command in the devtool,weex project you used before is:
weex debug src-e index.vue
after startup, devicelist will be used all the time in chrome

later, with the weex sdk upgrade, try to use weex debugger, scan the code to open debug, etc.
problems are as follows:
1. weex debug src-e index.vue can no longer be used. Ask: how to debug the entire folder
2.devtool, the android native code is:
mInstance.renderByUrl ("test", "http://192.168.2.236:12580/dist/native/" +" ui/AccountManager.js ", map, null, WXRenderStrategy.APPEND_ASYNC)
replace it with debugger. I don"t know how to fill in the second parameter (weex page path). I searched the document and found no place to write it. Maybe I didn"t find it. Please tell me how to fill in the page path.

has been trapped for many days, asking for help.

May.28,2022
Menu