I’m going to quickly talk about debugging.
Thanks for putting this together, glad no idea some of these debugger features!
lol I didn't know which email address my account was linked to
debugger is great for when you can invoke a function, since it pauses after you invoke it
but, right now I only know how to trigger it from either test files or from the frontend
so when I create new functions and want to test them (before spending an hour writing test cases), how do you usually do that quickly?
You can just quickly call the function from the console or in the file itself and run the file!
Thanks for putting this together, glad no idea some of these debugger features!
lol I didn't know which email address my account was linked to
debugger is great for when you can invoke a function, since it pauses after you invoke it
but, right now I only know how to trigger it from either test files or from the frontend
so when I create new functions and want to test them (before spending an hour writing test cases), how do you usually do that quickly?
You can just quickly call the function from the console or in the file itself and run the file!