debug (message) public
Display a debug notice.
- In a production build, this method is defined as an empty function (NOP). Uses of this method in Ember itself are stripped from the ember.prod.js build.
1 | Ember.debug( 'I\'m a debug notice!' ); |
Parameters:
-
message
String
- A debug message to display.
Please login to continue.