rusty icon indicating copy to clipboard operation
rusty copied to clipboard

Internally generated code should not produce debug information

Open mhasel opened this issue 1 year ago • 0 comments

Now that we are generating quite a bit of code internally in the compiler, we should make sure none of this generated code also generates debug infos, since this could lead to confusion for the user when stepping through "invisible" lines of code in their IDE/having to step multiple times to move to the next statement.

mhasel avatar Sep 05 '24 07:09 mhasel