TheRealKaup / KTech

C++ 2D terminal game engine library for GNU/Linux
GNU General Public License v3.0
1 stars 1 forks source link

`Debugger` engine component #7

Open TheRealKaup opened 1 year ago

TheRealKaup commented 1 year ago
TheRealKaup commented 3 weeks ago

There isn't any large program made with KTech that could benefit from these features, which is why they sound irrelevant or excessive. Debugging the engine using logs made by the engine itself, is, according to my experience doing so, not as easy and helpful as instead simply building with debug symbols and breaking with GDB; this proposed Debugger engine component is indeed for games made with KTech rather than KTech itself.