how am i supposed to debug the prisma-cli? I'm usi...
# orm-help
w
how am i supposed to debug the prisma-cli? I'm using visual studio code
d
You can use
export DEBUG="*"
👍 1
then rerun your command
w
Thank you! That gives me all of the debug messages! What about setting breakpoints and navigating through the code? Is there any proper/recommended way?
d
You can fork the cli code and set breakpoints if you want
I've done that once
its mostly
npm install
node src/cli.js somecommand