« All deprecation guides
Deprecation Guide for Ember.runInDebug
until: 7.0.0
id: deprecate-import-run-in-debug-from-ember
Previously, runInDebug
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.runInDebug
If needed, runInDebug
can be imported:
import { runInDebug } from '@ember/debug';