Smart Step Into doesn't work
Hello
I have a problem. Smart Step Into doesn't seem to work. I described the whole thing here: http://stackoverflow.com/q/24509022/3593996
Is it a bug or am I doing something wrong?
Best regards
请先登录再写评论。
Hello
I have a problem. Smart Step Into doesn't seem to work. I described the whole thing here: http://stackoverflow.com/q/24509022/3593996
Is it a bug or am I doing something wrong?
Best regards
请先登录再写评论。
Hi there,
As I understand the "Smart Step Into" works with function names.
The problem with your code example is that both function calls are calling the same function isOK().
If you make it two separate functions, then it works OK (as far as I can tell).
Unfortunately I cannot tell for sure if it's a bug or not. But so far (based on the way how step-into skipping works) I think that it works correctly (based on function names).
I cannot check it now quickly but in this video tutorial (almost 1 hour long) I'm almost sure it's used this way (both functions are the same) and it works