kiran.shinde Posted October 9, 2025 Posted October 9, 2025 Hello, I am using unigine scripts in my project. I use to debug the scripts using log statements, which I find very painful. Some one please let me know how we can debug these scripts by adding breakpoints in it? Thank you 1
silent Posted October 9, 2025 Posted October 9, 2025 Hi Kiran, Script debugging is very limited and UnigineScript is no longer being in the active development stage. If script is compiling you can use breakpoint; statement inside your code and use built-in script debugger. For that you need to launch debug build of the engine (with _d postfix): https://developer.unigine.com/en/docs/2.19.1/code/uniginescript/language/debugging#debugger_breakpoint All the debugging happening in the cmd debug window: Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
kiran.shinde Posted October 9, 2025 Author Posted October 9, 2025 Thank you Silent, this is very helpful....
Recommended Posts