You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other ASM debuggers I've used in the past will set up watches for values from the .bss and .data segments. I've found this to be handy, particularly when paired with their addresses. I think it'd be very nice if SASM could auto-add these values to the watches list. Since the declarations will indicate the type, that information could be integrated into the watch as well so there's no need to guess at them. Alternatively, it could be nice to have a dedicated view for values from these segments separate from the watches list.
The text was updated successfully, but these errors were encountered:
Other ASM debuggers I've used in the past will set up watches for values from the .bss and .data segments. I've found this to be handy, particularly when paired with their addresses. I think it'd be very nice if SASM could auto-add these values to the watches list. Since the declarations will indicate the type, that information could be integrated into the watch as well so there's no need to guess at them. Alternatively, it could be nice to have a dedicated view for values from these segments separate from the watches list.
The text was updated successfully, but these errors were encountered: