Skip to content

How to debug migrations? #167

@Veetaha

Description

@Veetaha

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions