Skip to content
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

Open
gradymke opened this issue Jan 13, 2015 · 7 comments
Open

Debugger statements in developer runtime #38

gradymke opened this issue Jan 13, 2015 · 7 comments

Comments

@gradymke
Copy link

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

<ol class="breadcrumb">
  <li>...</li>
</ol>
@Mawaheb
Copy link

Mawaheb commented Jan 28, 2015

@gradymke Have you found solution for this problem?
Am facing it too. and it's quite annoying actually.

@gradymke
Copy link
Author

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.

@gradymke gradymke reopened this Jan 28, 2015
@medokin
Copy link

medokin commented Jan 30, 2015

Workaround:

Remove the debugger line in: node_modules/ember-cli-bootstrap/app/helpers/test-breadcrumbs.js

@wayne-o
Copy link

wayne-o commented Feb 1, 2015

This is super annoying! Is there no fix in the pipeline?

@dbachet
Copy link

dbachet commented Feb 3, 2015

I had to remove the debugger line in node_modules/ember-cli-bootstrap/app/initializers/test-breadcrumbs.js as well

@kacyhulme
Copy link

yep. removing debugger fixed it for me.

@dcharbonnier
Copy link

it sucks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants