Hi, when i trace the code by step using the debugger, the debugger sometimes failed stopping at the breakpoint but go through the breakpoint statement, causing the debugging procedure more difficult. How do i fix this problem? Thanks. peter
Remember that this forum is world-wide. Different time zones have different sleep patterns.
Have you tried to turn off optimization before debugging? Optimization tends to reorder and regroup the generated code, resulting in very strange jumps when debugging.