Question
How to debug multi-file script?
I have a script I'm working on that consists of multiple files. Just like I do in C++, each class has it's own file. I can get the script to run properly by using the #include directive, including all the script files from one master script file that lives in the startup directory.
But, I can't get breakpoints for the debugger or execution errors into the debugger to work in any of the files except the master script file.
How should I be configuring this for proper debugging with multiple source files?
--John
But, I can't get breakpoints for the debugger or execution errors into the debugger to work in any of the files except the master script file.
How should I be configuring this for proper debugging with multiple source files?
--John
