fmixolydian@programming.dev to Programmer Humor@programming.devEnglish · 15 days agoa few error handlers from a project im working onprogramming.devexternal-linkmessage-square7fedilinkarrow-up186arrow-down13
arrow-up183arrow-down1external-linka few error handlers from a project im working onprogramming.devfmixolydian@programming.dev to Programmer Humor@programming.devEnglish · 15 days agomessage-square7fedilink
minus-squarefmixolydian@programming.devOPlinkfedilinkEnglisharrow-up3·15 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)