M
memememe
How can I know what method I am currently on.
public void Hello(){
//some code that says, you are in method Hello()
}
the only solution I can come up with is creating an exception and getting
the stack trace and pasing the text, but that aint a pretty solution.
public void Hello(){
//some code that says, you are in method Hello()
}
the only solution I can come up with is creating an exception and getting
the stack trace and pasing the text, but that aint a pretty solution.