Commit c74a1e4
authored
Remove iex_debugTrap() function (AcademySoftwareFoundation#2151)
This is an ancient utility function that at one point served as a
debugging aide, a symbol to set a breakpoint for in the debugger. It's
problematic because it's not namespaced so it can lead to symbol
collisions when linking multiple versions of the library into a single
binary.
This is an API change, so it should only go into the next major release.
Signed-off-by: Cary Phillips <cary@ilm.com>1 parent eb0b058 commit c74a1e4
2 files changed
+0
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
0 commit comments