Can Enterprise Architect connect to adb debugger to generate diagram sequence?

I found interesting information about Enterprise Architect , which talked about connecting to anylzer scripts for adroid adb. I tried to use

adb forward tcp:<adb port> jwdp:<pid running application>

but i still get

error: cannot bind to socket

or

error: internal error

Is it even possible to generate a sequence of live diagrams from a running application? If EA fails to do this, which application will archive?

+3
source share
1 answer

First I tried to get jwdp running on the local machine, and then with EA from the remote machine (I assume this is your goal, mentioned in this link).

. <adb port>, ununsed . ,

adb forward tcp:<unused local port> jwdp:<pid running application>

jdb

`jdb -attach localhost:<above configured local port>`

, EA , EA , "-, , EA , ". , , "adb port", forwarded port.

0

All Articles