First time here? Check out the FAQ!
0

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) which line is currently being executed without pausing or using breakpoints.

Thanks,

Matt

Matt Claudius's avatar
11
Matt Claudius
asked 2017-09-15 02:32:00 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-03-13 10:14:30 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Seeing which line is currently executing without pausing is impossible as this changes far faster than the human eye can see.  The way to do this in Wing is to run to a breakpoint and then step through code.  If you're looking for a feature that slows down execution and shows it as it goes, that doesn't exist in Wing.

Wingware Support's avatar
4k
Wingware Support
answered 2017-09-15 10:42:00 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

In my case, each line of code is making a data access, so each line takes several seconds.  I have seen this kind of functionality in Labview (graphically), so it stands to reason it could exist in a text-based language.  Even given that the flow will spend several seconds on each line, there is still no way to track where it is?

Thanks,

Matt

Matt Claudius's avatar
11
Matt Claudius
answered 2017-09-15 11:23:00 -0500
Wingware Admin's avatar
231
Wingware Admin
updated 2019-03-07 07:27:41 -0500
edit flag offensive 0 remove flag delete link

Comments

No, not currently possible in Wing.

Wingware Support's avatar Wingware Support (2017-09-15 11:45:00 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer