Commit b29d63a
committed
Support stack traces even when "debug" is off
When the generated bytecode has no debug symbols, it still has
line numbers. Generate a stack trace that replaces the
missing file name with "unknown." This at least means that there
are line numbers and sometimes function names.1 parent cc02c78 commit b29d63a
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
| 278 | + | |
280 | 279 | | |
281 | 280 | | |
282 | 281 | | |
| |||
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
0 commit comments