mitu,
If you click step-into, this is exactly the behavior you will get. You need to use step-over to skip over calls like this. Keep in mind that in that line of code there are actually 3 method calls that step-into will take you into.
Instead, when you get to that line, hit step-over and it will jump to the next line where buttonclick’s value has been returned.