J. Chris Findlay
J. Chris Findlay
They work fine on my work machine, but it's still on .21 - will try updating it...
.24 broke them here too. will see if I can figure out which version worked last
Well that's annoying - reverting back to the previously working .21 didn't make the toggles work again, so whatever broke it has made it stay broke even on previously-working versions...!
That fixed it. Configs attached (renamed to keep GH happy). [default.raddbg_project.txt](https://github.com/user-attachments/files/23172960/default.raddbg_project.txt) [default.raddbg_user.txt](https://github.com/user-attachments/files/23172963/default.raddbg_user.txt) [last_user.txt](https://github.com/user-attachments/files/23172973/last_user.txt)
I'm curious what I managed to configure that broke it. Also, what's your font-fallback policy as you won't have my custom font...
Would it have anything to do with making a typeView for bool?
Yup, that's it. I copied the type view defns from https://github.com/charlesastaylor/jai-raddebugger/blob/main/module.jai and when I add `bool`->`bool($)` that breaks the toggles.
BTW, the reason it's showing in the find alternative button first place is a bit weird: Also, when it does work, and I select the correct file, doubleclicking a breakpoint...
it also forgets the alternative as soon as I step...