This Page is Unfinished And It's Work in Progress
Debugging
In this chapter you will learn about the debugging and profiling methods available for the Jenova Framework.

Why Debugging and Profiling
Debugging and profiling are critical for maintaining code quality and runtime performance.
- Debugging helps trace logic errors, unexpected behavior, and integration issues.
- Profiling reveals performance bottlenecks, memory usage, and CPU load.
Together, they provide insight into how your system behaves under real conditions, allowing you to optimize workflows, reduce latency etc.