Editing type cast in the watch window causes a Fatal Exception
BitShiftNow opened this issue · 1 comments
BitShiftNow commented
Version: 0.9.10 ALPHA - May 32 2024 [489ae56]
I have a simple C program that contains a 32-bit float. In the watch window (after hitting a breakpoint) I observed the value which is cast to a unsigned int as seen in this screenshot:
I then wanted to change the casting to something else so I started deleting characters from the type (cursor started right before the closing bracket). Right about when I was about to delete the i from the word int the Fatal Exception popped up:
This is reproducible 100% of the time.
I am not sure what else to include in here so please let me know if you need more info.
Oh and for some reason it shows 'Missing )' in the Value window as well.
ryanfleury commented
Fixed in 2c9a6f9.