-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
Description
migrate cli application spawns a new process where the migration is run. This means we cannot easily debug our migrations, since debugger only attaches to CLI process and doesn't step into child process.
Could you please fix this?
You can go without creating child processes or add a flag for debugging.
Pierre-kfoury