Metadata-Version: 2.1
Name: debugActivity
Version: 1.0.2
Summary: use for jdb to debug android app
Home-page: UNKNOWN
Author: pareto
License: MIT
Keywords: Android Debug Activity
Platform: UNKNOWN
Description-Content-Type: text/markdown

# debugA

优化android lldb调试的一个环节 , 通过adb 和 jdb 启动被调试的应用，在回车后自动进入jdb调试。


```angular2html
usage: debugA [-h] [-p PACKAGE] [-a ACTIVITY]

start a debug activity

options:
-h, --help            show this help message and exit
-p PACKAGE, --package PACKAGE
-a ACTIVITY, --activity ACTIVITY

-p packageNmae -a AcivityName
```

记录下打包流程，
```angular2html
python setup.py bdist_wheel --universal
twine upload dist/*
HTTPS_PROXY=socks5://192.168.50.47:7890 twine upload dist/*
```

