fmixolydian@programming.dev to Programmer Humor@programming.devEnglish · 7 days agoa few error handlers from a project im working onprogramming.devimagemessage-square7linkfedilinkarrow-up183arrow-down13
arrow-up180arrow-down1imagea few error handlers from a project im working onprogramming.devfmixolydian@programming.dev to Programmer Humor@programming.devEnglish · 7 days agomessage-square7linkfedilink
minus-squarefmixolydian@programming.devOPlinkfedilinkEnglisharrow-up3·7 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)