diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-07-15 14:52:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 21:52:02 +0000 |
| commit | f48fc786450dd26dab77f8da86aaa622ff75cf6b (patch) | |
| tree | b19f08d45eb6db1eb44170ccc1f574c701c4c3d2 /tests/diagnostics | |
| parent | 12759c467cbaff98e7fb0fd075f3a53861a10c4f (diff) | |
Debugging code improvement for IR tracking (#7770)
When you track IR creation with `_debugUID` or `_slangIRAllocBreak`,
you had to set a break point near `_slangIRAllocBreak` is used
and unset it after changing the value of `_slangIRAllocBreak`.
Then, when you re-run slangc for more debuggin, you have to set the
break-point again, because it was unset.
With this change, you can keep the break-point in the new line, and
it will hit only once per debugging session.
Not a big improvement, but I found this useful because it requires less
manual handling of the break-points.
Diffstat (limited to 'tests/diagnostics')
0 files changed, 0 insertions, 0 deletions
