|
|
|
|
|
by Cafesolo
5663 days ago
|
|
Something that constantly annoys me at work is not being able to debug dynamically loaded Javascript code (i.e. JS code returned by an ajax query, then evaluated with eval()). I know this probably reflects bad design, but unfortunately it's not up to me. I think it would be nice to have debugging support for JS code in those cases when it's evaluated from a string instead of loaded using a <script> tag. |
|