]> Kevux Git Server - controller/commit
Update: Utilize the F_status_debug_source_d for handling the errors.
authorKevin Day <Kevin@kevux.org>
Wed, 12 Nov 2025 05:52:57 +0000 (23:52 -0600)
committerKevin Day <Kevin@kevux.org>
Wed, 12 Nov 2025 05:52:57 +0000 (23:52 -0600)
commitcb9998260a2153ae076b7ccbbad1f1147e9d3b6a
treec557d03bca5713fdc108454795c2af2d93bbc07d
parent24f8e7847f01c52f825e32fa76e15c78d562c163
Update: Utilize the F_status_debug_source_d for handling the errors.

This simplifies some of the logic and code.

However, there are some disadvantages of doing this.
One such disadvantage is losing the specific function that has failed.
The location in the source file should be sufficient, if not ideal.

Address issues where the `debug` mode is not being specified in some programs.
23 files changed:
data/build/settings
data/build/stand_alone/settings.controller
data/build/stand_alone/settings.init
sources/c/program/controller/main/common.c
sources/c/program/controller/main/controller.h
sources/c/program/controller/main/entry.c
sources/c/program/controller/main/entry/action.c
sources/c/program/controller/main/entry/preprocess.c
sources/c/program/controller/main/entry/process.c
sources/c/program/controller/main/entry/setting.c
sources/c/program/controller/main/file.c
sources/c/program/controller/main/perform.c
sources/c/program/controller/main/print/debug/perform/pid.h
sources/c/program/controller/main/process.c
sources/c/program/controller/main/rule.c
sources/c/program/controller/main/rule/action.c
sources/c/program/controller/main/rule/execute.c
sources/c/program/controller/main/rule/instance.c
sources/c/program/controller/main/rule/item.c
sources/c/program/controller/main/rule/parameter.c
sources/c/program/controller/main/rule/read.c
sources/c/program/controller/main/rule/setting.c
sources/c/program/controller/main/thread/instance.c