Metadata-Version: 2.1
Name: debugActivity
Version: 1.0.0
Summary: use for jdb to debug android app
Author: pareto
License: MIT
Keywords: Android Debug Activity
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
```
