> > 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? >
All the code related to the *Script* panel is currently being reworked<http://code.google.com/p/fbug/issues/detail?id=5421>because we want to adopt the new internal Firefox API called JSD2. See https://github.com/firebug/firebug/tree/jsd2. So it's not really worth to rework js/SourceFile.js and related files, because they are going to be removed as soon as the changes related to JSD2 are finished (probably with the version after 1.11). 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
