We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06df4d7 commit ea569a8Copy full SHA for ea569a8
README.md
@@ -89,9 +89,15 @@ This is a NetBeans project. It can be built by pulling it in the NetBeans IDE or
89
90
https://scifidryer.github.io/ModbusMechanic/
91
92
+## Debugging
93
+
94
+To obtain verbose debugging information start ModbusMechanic with the debug option.
95
+ ```
96
+ $ java -jar ModbusMechanic.jar -debug
97
98
## Latest release
99
-[ModbusMechanic.v2.3.zip](https://github.com/SciFiDryer/ModbusMechanic/releases/download/v2.3/ModbusMechanic.v2.3.zip)
100
+[ModbusMechanic.v2.4.zip](https://github.com/SciFiDryer/ModbusMechanic/releases/download/v2.4/ModbusMechanic.v2.4.zip)
101
102
## Completed features and planned features in GUI
103
0 commit comments