File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 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.
2
5
3
6
::
4
7
@@ -20,3 +23,20 @@ While developing:
20
23
* Run ``sbt package `` to create/update scalive.jar
21
24
* Add missing JARs as above
22
25
* 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 ---
You can’t perform that action at this time.
0 commit comments