Jump to content

How to debug unigine scripts by adding breakpoints?


photo

Recommended Posts

Posted

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

  • Like 1
Posted

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):

All the debugging happening in the cmd debug window:

image.png

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Thank you Silent, this is very helpful....

×
×
  • Create New...