-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger statements in developer runtime #38
Comments
@gradymke Have you found solution for this problem? |
I haven't found a way yet outside of updating the local versions of the files, which works until the next time I do an ember install. |
Workaround: Remove the debugger line in: |
This is super annoying! Is there no fix in the pipeline? |
I had to remove the |
yep. removing debugger fixed it for me. |
it sucks ! |
I'm pretty new to this, so I'm not sure where this exists. I can't find the source in this repo or in bootstrap_for_ember. When I installed the latest version (0.0.15) with ember-cli 0.1.6, my code goes to debugger when loading up my page for the first time. Looking through the installed source, there are "debugger" method calls inside of two JS files (app/helpers/test-breadcrumbs.js and app/initializers/test-breadcrumbs.js).
How are those being grabbed or generated? I am using a breadcrumb component in my app
The text was updated successfully, but these errors were encountered: