Skip to content

Commit b7f6e74

Browse files
committed
Improve README for developer
1 parent 70273e9 commit b7f6e74

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

dev/README.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
zip directory is the directory that will be zipped when Scalive is released.
1+
zip directory
2+
-------------
3+
4+
This is the directory that will be zipped when Scalive is released.
25

36
::
47

@@ -20,3 +23,20 @@ While developing:
2023
* Run ``sbt package`` to create/update scalive.jar
2124
* Add missing JARs as above
2225
* Run ``scalive`` to test
26+
27+
Control flow
28+
------------
29+
30+
::
31+
32+
AgentLoader ----- attaches Agent ---------------> Target process
33+
passes: * Agent loads Server
34+
* TCP port * Server listens on the
35+
* jarpaths specified TCP port
36+
37+
::
38+
39+
AgentLoader ----- Client connects to the port --> Target process
40+
* Server loads Repl
41+
----- Keyboard input -->
42+
<---- Repl output ---

0 commit comments

Comments
 (0)