I'm developing an addon using Jetpack and the SDK. I am using cfx to run my addons when testing.

The app posts some text when highlighted to twitter.

The problem is each time I modify the code I have to log back into twitter. Is there anyway to ensure cookies are saved whilst testing/debugging? Similar to what happens when you open and close Firefox normally?

link|improve this question

78% accept rate
3  
+1 for the question title alone. – lance May 19 '11 at 12:11
feedback

1 Answer

up vote 0 down vote accepted

What are your parameters for calling cfx? By default, cxf executes in a new profile.

You need to use -p PROFILEDIR or --profiledir=PROFILEDIR param to use a specific profile, and associated settings.

From notes @ https://jetpack.mozillalabs.com/sdk/1.0b5/docs/dev-guide/addon-development/cfx-tool.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.