@Override
public void onResponseReceived(FunctionState state)
{
if (state.isPackageFunction())
{
breakpoint.markAsPackageBreakpoint(state.getPackageName());
}
// If the breakpoint is not to be set immediately,
// stop processing now
if (!immediately)
return;