[Ajuda] como fazer debug
#5

O debug mais simples й ir printando a cada linha um nъmero, se um nъmeor nгo aparecer vocк jб sabe onde estб o erro. Exemplo:

pawn Код:
public OnGameModeInit (  )
{
    print("1");
    CreateVehicle ( ... );
    print("2");
    CreateObject ( ... );
    print("3");

    return 1;
}
Reply


Messages In This Thread
como fazer debug - by bombomloko - 16.10.2013, 22:53
Re: como fazer debug - by WLSF - 16.10.2013, 22:54
Re: como fazer debug - by bombomloko - 16.10.2013, 22:57
Re: como fazer debug - by WLSF - 16.10.2013, 22:59
Re: como fazer debug - by Juniiro3 - 16.10.2013, 23:01
Re: como fazer debug - by bombomloko - 16.10.2013, 23:01
Re: como fazer debug - by WLSF - 16.10.2013, 23:03
Re: como fazer debug - by bombomloko - 16.10.2013, 23:06
Re: como fazer debug - by Juniiro3 - 16.10.2013, 23:11
Re: como fazer debug - by WLSF - 16.10.2013, 23:18

Forum Jump:


Users browsing this thread: 2 Guest(s)