adobe-research / theseus

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

failed to get tracer instance #59

Closed ohnnyj closed 10 years ago

ohnnyj commented 10 years ago

Trying to get up and running with Brackets and Theseus. Brackets Live Preview works but cannot seem to connect with Theseus.

From the logs I see "failed to get tracer instance" / "Reference Error: __tracer is not defined".

I'm not expert on this stuff and tried to sift through the extension and fondue source but couldn't find where it is suppose to instantiate this instance.

I also tried disabling all other extensions but no luck.

OS X 10.9.2 Chrome 34.0.1847.131 (265687) Brackets 38 (also tried building from source, version 40)

ohnnyj commented 10 years ago

I guess I should read through the troubleshooting docs. Needed to remove my project url.

alltom commented 10 years ago

Ahh, I was about to get to this issue! I'm glad you figured it out. I was going to recommend removing the project URL, but I was going to try reproducing first to make sure that was the right symptom. :)

By the way, how did you happen to find the troubleshooting doc?

ohnnyj commented 10 years ago

Found the link on the git home page under the Bugs section.