Results 1 to 2 of 2

Thread: Debugging a function

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2008
    Posts
    1,260

    Debugging a function

    I have a function that is reporting an error. This function is called from many places in my code and I am wanting to determine the code that is calling this function. How can I do this?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,302

    Re: Debugging a function

    When execution breaks from a breakpoint or unhandled exception, use the Call Stack window to see where execution has come from.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width