GDP 4.2.10 - Adding Debug mode to GUI.py to run individual modules
Compare changes
- mhby1g21 authored
@@ -270,7 +270,9 @@ class EdgeNetTab(QWidget):
@@ -319,10 +321,22 @@ class EdgeNetTab(QWidget):
Used PyQt6 instead of tkinter to create a multiple tab window GUI app to run the modules one by one to make debugging and troubleshooting process much more efficient. Instead of waiting for whole pipeline to run just to isolate one error in one specific module, can run them separately with different input.
Also makes it easier to see what scripts need to be run beforehand for each module as well.
Makes it easier to see the input and output of each modules.