Skip to content

Commit 7680b36

Browse files
committed
Update README.md
1 parent 743d6d1 commit 7680b36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Android DebugPort
22

3+
Android DebugPort allows you to write and execute code whithin your app's context, at runtime, and from the comfort of your desktop computer's terminal. Think of it as a window into your application through which you can both inspect _and_ modify its state.
4+
35
## Getting Started
46

57
### Configure Your Dependencies
@@ -77,11 +79,13 @@ Also, your application variable is automatically included as a global variable i
7779
}
7880
bsh %
7981

82+
Don't forget! You can execute whatever code you wish within the DebugPort. See the [beanshell documentation](http://beanshell.org/manual/contents.html) for the full rundown.
83+
8084
You can exit at any time by running the `exit();` command.
8185

8286
# Open Source Disclaimers
8387

8488
> Jason Feinstein, hereby disclaims all copyright interest in the library `BeanShell' (a library for parsing and evaluating expressions at runtime in Java) written by beanshell.org.
8589
>
8690
> signature of Jason Feinstein, 24 April 2016
87-
> Jason Feinstein
91+
> Jason Feinstein

0 commit comments

Comments
 (0)