Debugging a function source

  1. Open the component that uses the function.
  2. Set a breakpoint before a call to the function.
  3. Start a session that uses the component.
  4. Now you can open the function source and set a breakpoint in the function source.