Hi all. I'm addicted to Pyzo. It's awesome. The only thing I can't do is setting a breakpoint on a route function and having Pyzo able to let me debug the function when I open that route in the browser. If you develop with the flask micro framework you know what I mean.
I'm able to debug flask scripts only until I execute the app.run() function. >From then on, breakpoints are useless. I have tried both running the app with debug = True and False but it doesn't matter. Maybe I lack some setting to let pyzo fully debug a flask script ? Your suggestions are highly appreciated. TIA Giovanni Triboli -- You received this message because you are subscribed to the Google Groups "Pyzo" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/pyzo/8d8b00a3-4047-4591-adaa-515c1defc95an%40googlegroups.com.
