LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Debug problem

Hi,

 

I'd like to do a step over (F10) when I debug my program, but it doesn't working.

When the programm is runnig, it breaks at the first breakpoint and when I press on F10, the programm run until the next breakpoint.

Is there an option?

Is there an install problem?

 

Best Regards

 

Panchaud

 

 

 

0 Kudos
Message 1 of 5
(3,484 Views)

I've never encountered such a problem (from CVI 6 to 8.5)

Are you sure you're second breakpoint is not in the call stack of the first one?

 

Regards,

Nicolas

0 Kudos
Message 2 of 5
(3,473 Views)

yes I'm sure.

 

it's KO with a PC and KO with an another PC. And that with all project.

 

Regards

Panchaud

0 Kudos
Message 3 of 5
(3,470 Views)

What version of CVI are you using?

What OS are you working on?

What happens if you select Run/Step over from CVI menu?

Are your two breakpoints in the same thread?

 

Regards,

Nicolas

 

0 Kudos
Message 4 of 5
(3,418 Views)

I use :

- CVI 8.5.1

- XP Pro SP3

It happens the same as F10.

 

For exemple, if I put a breakpoint at line 8 and another one at line 17(with code between the both, for exemple SetCtrlVal()). When I click on Run the code stopped at

the line 8. After when I click on step over, it happens the same as continue (F5).

 

I'll try to re-install CVI.

 

Regards

 

Panchaud

0 Kudos
Message 5 of 5
(3,400 Views)