I'm used to hooking up a python debugger in vscode to run and debug and trace code to see what is going on. How the heck do I do that using crewai? when I run `python main.py` it says there are dependencies missing, when I run `crewai flow demo_flow` it works fine. how do i configure launch.json to debug?