ember / 3.25.0 / functions / @ember / debug / debug.html /

Function

debug (message) public

Module: @ember/debug
import { debug } from '@ember/debug';
message
String
A debug message to display.

Display a debug notice.

Calls to this function are not invoked in production builds.

import { debug } from '@ember/debug';

debug('I\'m a debug notice!');

© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember/3.25/functions/@ember%2Fdebug/debug