Skip to content

Commit 5b2929a

Browse files
Update README.md
1 parent f548b01 commit 5b2929a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@ To run the main program, you need to execute `Logicytics.py` with administrative
3838
python Logicytics.py
3939
```
4040

41+
## Running Debugger
42+
43+
To run the debugger program (Still in beta versions), you need to execute `DebugBeta.py` with administrative privileges. Follow these steps:
44+
45+
1. Open Command Prompt as an administrator.
46+
2. Navigate to the directory where `DebugBeta.py` is located (Will be in the CODE directory).
47+
3. Run the script by typing the following command and pressing Enter:
48+
4. You will receive DEBUG.md, here is the file you require for reporting bugs.
49+
50+
```cmd
51+
python DebugBeta.py
52+
```
53+
4154
## Important Notes
4255

4356
- **Do Not Remove or Delete Any Folders or Files**: The integrity of the data collection process depends on the presence of all necessary files and folders. Removing or deleting any part of the Logicytics package could lead to errors or incomplete data collection.
@@ -52,6 +65,8 @@ python Logicytics.py
5265

5366
- **Credits**: In the credits you will find many people, firms and projects that we took/used code/software from, these will explain what and who and why we did that, if you aare the creator of the project and dont want us to use your code, you are free to communicate with us so we can take your code down.
5467

68+
- **Explore**: Check all the files and ReadMe to understand how and what the project does.
69+
5570

5671
## Conclusion
5772

0 commit comments

Comments
 (0)