08-25-2008 04:53 AM
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
08-25-2008 09:02 AM
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
08-25-2008 09:18 AM
yes I'm sure.
it's KO with a PC and KO with an another PC. And that with all project.
Regards
Panchaud
08-28-2008 04:08 AM
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
08-29-2008 02:07 AM
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