fmixolydian@programming.dev to Programmer Humor@programming.devEnglish · 16 days agoa few error handlers from a project im working onprogramming.devimagemessage-square7linkfedilinkarrow-up186arrow-down13
arrow-up183arrow-down1imagea few error handlers from a project im working onprogramming.devfmixolydian@programming.dev to Programmer Humor@programming.devEnglish · 16 days agomessage-square7linkfedilink
minus-squarefmixolydian@programming.devOPlinkfedilinkEnglisharrow-up3·16 days agosave states are something i’ve seen very few debugger-enabled interpreters have. on paper, it would probably be as easy as storing the state of the interpreter in a format like a core dump (only requires the ability of reflection)
save states are something i’ve seen very few debugger-enabled interpreters have. on paper, it would probably be as easy as storing the state of the interpreter in a format like a core dump (only requires the ability of reflection)