adobe-research / theseus

A pretty darn cool JavaScript debugger for Brackets
Other
1.34k stars 69 forks source link

Exceeding invocation count using Ember.JS #67

Open nevercast opened 9 years ago

nevercast commented 9 years ago

I am using Theseus for Brackets and building an Ember.JS application. The amount of invocations during the render of a view is huge. it exceeds the 4096 limit.

I cannot see any options to either increase this limit or exclude libraries from Theseus. I believe this is offered when using Theseus outside of Brackets.

If there is a way to do this I've not discovered it, but this would be an invalid issue in that case. Else, an enhancement request?

Cheers. Regards, Josh.

alltom commented 9 years ago

Sorry for the delay! You're right, this option isn't exposed in Theseus, only in node-theseus. It should be made a preference in the UI as well.

nevercast commented 9 years ago

No problem for the delay, thanks for the reply. I would love to see it as a preference in the UI. The current build of Brackets doesn't have the option to disable extensions either though I believe that is in the backlog. So unfortunately I had to uninstall Theseus while testing an Ember site.

alltom commented 9 years ago

There's an item in the File menu for disabling Theseus that ought to work. :)

nevercast commented 9 years ago

Excellent :) Cheers