console: monitor function
If you want to see when a defined function is called type
monitor(that_special_function)
into console.
Every time that_special_function is called it will show a text.
To end this monitoring type
unmonitor(that_special_function)
No comments to display
No comments to display