-
debugging multiple files
I have a library of script files that work together to fill keyframes in a project file.
Using the extend script toolkit to debug has proven to be a little weak.
I have script A and it references script B with a #include statement.The debugger won’t stop at breakpoints in script B when I run script A. Is there an option I’m missing perhaps?