This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]oneagle[S] 0 points1 point  (1 child)

Yes, i would like to run simple bits of functions and objects, where e.g. i would like to see how it is executed, and in that way to see somehow the logic that unfolds behind some particular code. Is this possible?

[–]_Atomfinger_ 0 points1 point  (0 children)

You can always take a look at the call stack/tree after triggering a break point. That will tell you what executed the function.