39
edits
mNo edit summary |
Petermichaux (talk | contribs) |
||
| Line 79: | Line 79: | ||
// | // | ||
// 1) using a special XHR synchronous script loader and | // 1) using a special XHR synchronous script loader and | ||
// | // a) seeing poor error messages with strange line numbering | ||
// not corresponding with source code line numbering | |||
// b) using a JavaScript interpreter written in JavaScript | |||
// to execute the code retrieved by the XHR. Line numbers | |||
// would then correspond to source code line numbers. | |||
// (Seems like an extreme solution.) | |||
// | // | ||
// 2) edit-compile-load-test cycle using the code below. Also | // 2) edit-compile-load-test cycle using the code below. Also | ||
edits