Debugging python lambda function with serverless offline and pdb

Hi.
I’m currently working hard to come up with some way to debug a lambda function locally with serverless offline plugin. I’m using breakpoints in function code which are being hit when I make request to invoke same function and it stops execution but I can’t get pdb interactive session as it might be a child process.
Any good method to do interactive debugging in such case?