Debug Panel - gta-chaos-mod/ChaosModV GitHub Wiki

Make sure to enable the .enabledebugsocket feature flag. The debug panel can then be accessed here once you have booted up the mod.

The debug panel lets you trigger any effect in the mod, similar to the Debug Menu. It also allows you to search for specific ones.

image

By clicking on the Execute Script button you can also run your own Lua script on the go without a mod reload! You can run any native either directly or by registering an effect as usual (which will be automatically removed as soon as it's stopped).

image

It will also display the script specific logs right next to the edit box.

image