hmm.. no reloading isn't an option for me. I've coded the Eclipse plugin only, cause i want to be able to have the changes instantly without a page refresh. (cause of a complex JS Site(around 50K LOC JS code))... what js/eval/seq/1, js/eval/seq/2 i also know before.. The problem with that is, when i for example
save test.js in eclipse. The browser will directly be informed about that test.js has changed(per http sockets). Then the new script is eval'ed(and also each methods of active object instances are replaced). Now in the script tab, i have the orginal test.js file, and another one which is 'js/eval/seq/1'. So when when i now search for the right place to debug, i have 2 option, where it could be. (With any furher saving of test.js(in eclipse) another option comes with that...) So that is it a little more in detail, cause why i want to be able to delete the original script of test.js from the sourceList of the scriptTab.. i'am currently looking at the js/sourceBox.js und js/SourceFile.js of the fb src.. I think there would be the place for me to extend FB to be able to met my requirements.. Can someone who know the internals well, please give me a hint which parts of SourceFile.js I should extend. And maybe a assessment how easy or hard this fb extension could be? Iam a (good?) js Programmer, but xul etc. is new for me.... many thanks.. sorry for maybe bad english... Am Montag, 24. September 2012 23:52:40 UTC+2 schrieb Sebastian Zartner: > > do i somehow have the ability to delete existing scripts for there?? > > Only by reloading the page. Everytime you execute your script, i.e. click > the button, new event handling code is created. This is what the > js/eval/seq/1, js/eval/seq/2, ... mean. > > Sebastian > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
