When using minified or generated javascript I would like to be able to see the original source an step through the original rather than the generated output.
This would be in much the same way debugging symbols for compiled binary files let you see the original source.
The original source might not even be javascript but some equivalent such as Script# or the output from jwacs.
Ideally this would work with existing debuggers, perhaps as a FireBug plugin.