First time here? Check out the FAQ!

Matt Claudius's profile - activity

2022-04-02 08:56:49 -0500 received badge Famous Question (source)
2022-04-02 08:56:49 -0500 received badge Notable Question (source)
2022-04-02 08:56:49 -0500 received badge Popular Question (source)
2020-03-26 13:04:22 -0500 received badge Popular Question (source)
2020-03-26 13:04:22 -0500 received badge Famous Question (source)
2020-03-26 13:04:22 -0500 received badge Notable Question (source)
2019-03-07 07:06:46 -0500 received badge Student (source)
2019-03-07 07:06:44 -0500 marked best answer Running debugger from external console multiple times

I have seen that when I insert "import wingdbstub" into my flow to start wing's debugger from an external console, it only starts wing's debugger the first time I run my flow.  If I want to enter wing's debugger again, I need to exit and start a new python console.  How do I get the debugger to start every time without starting a new console?

Thanks,

Matt

2017-09-15 11:23:00 -0500 answered a question How to track flow progress

In my case, each line of code is making a data access, so each line takes several seconds.  I have seen this kind of fun

2017-09-15 02:32:00 -0500 asked a question How to track flow progress

How to track flow progress Hi,How do I track the execution of a module in the debugger.  I'd like to see (i.e. highlight

2017-03-24 20:58:00 -0500 commented answer Running debugger from external console multiple times

Found it, thanks.

2017-03-24 18:49:00 -0500 commented answer Running debugger from external console multiple times

  Thanks, yes, this worked.  Is there also a way to bring calls from the debug probe into the debugger so they can be st

2017-03-24 16:33:00 -0500 asked a question Running debugger from external console multiple times

Running debugger from external console multiple times I have seen that when I insert "import wingdbstub" into my flow to