In the debugging mode,if I wanted "step into" the function within the switch statement it just skip and does not "step into" the function. It is very strange. Any one can help this. very much appreciated. Thanks
I will guess that the "step" is by default execution of the entire function.
Set a break inside the function to see if that changes the behavior. You may need to change the debugger scope as well.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.