-
-
Notifications
You must be signed in to change notification settings - Fork 4
4 Debugging & Diagnostics
During the execution of a program, live feedback provides immediate insights into the application's behaviour. This feature is crucial for identifying issues early in the development process. It might include outputting logs to the console or real-time analysis of performance metrics.
Debug mode enhances the live feedback mechanism by providing more detailed information during runtime. This involves inspecting variable values at specific points. Debug mode offers extra insight to the main program to aid developers in understanding how their code is executing. To activate, set debug
to true
in the config.json
file
The debugger component is a powerful tool for analysing the state of a program at various points in time. It checks for file integrity, updates, and file structure, ensuring that the codebase is consistent and up-to-date. Additionally, it can analyse the operating system and other external factors that might affect the application's behaviour. Debuggers are essential for diagnosing subtle bugs that are difficult to reproduce consistently. Run with --debug
flag
Wiki Last Updated on version 3.4.0
of Logicytics on day 19-02-2025
.