How to debug with breakpoints using script include debugger
Hello everyone, I'm trying to use the built-in debugger for script include. I'm invoking the script include API outside of the platform. The API gets invoked, but the program just went through and never stopped at any breakpoint. Is this the right wa...