DEV Community

Discussion on: What is your debugging approach?

Collapse
 
rodrigoschio profile image
Rodrigo Schio

I use 'alert' rather then consoleLog.

I use 'toast' rather then LogD.

I use 'or die("Erro");' when I write php code.