Create a function that allows for debugging from a public boolean. However, also want to be able to have the File, Function, and Line Number that the debug function was called from. I tried creating this before, but there were some problems and I just kind of gave up on it. This would be super useful in the future when we are doing lots of bug testing.
Create a function that allows for debugging from a public boolean. However, also want to be able to have the File, Function, and Line Number that the debug function was called from. I tried creating this before, but there were some problems and I just kind of gave up on it. This would be super useful in the future when we are doing lots of bug testing.