Skip to main content
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.

Banner_SakuraFeature

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.

Debugging C++ Scripts

Using Visual Studio

Using Visual Studio Code

Using Jenova Code IDE

Profiling C++ Scripts