Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    2,961

    Re: Display Execution Steps - Java Program

    Haha okay, if you're sure. I really think you're overthinking this though. I suppose you could look into printing the stack trace though- there's a nice google term for you.
  2. Replies
    7
    Views
    2,961

    Re: Display Execution Steps - Java Program

    I think you're looking for a more complicated solution than is required. At the top of every method, simply print out the name of that method.
  3. Replies
    7
    Views
    2,961

    Re: Display Execution Steps - Java Program

    System.out.println("functionName()");
Results 1 to 3 of 3