x13pixels / remedybg-issues

Public repository for tracking issues (bugs and features) for the RemedyBG debugger
85 stars 0 forks source link

Evaluate function calls, operators in Watch window #313

Open scallyw4g opened 2 months ago

scallyw4g commented 2 months ago

Since I seem to be on an an issue-opening spree, I figured I'd ask what the lift is to add function & operator evaluation to expressions in the watch window.

It's pretty handy to be able to evaluate operators on types other than primitives from time to time. For example, checking a vector is less than another vector.

I imagine it's a fair bit of work to add this, and I don't desperately want it, but I figured I'd ask just in case. This is one of the few features I miss from Visual Studio.

As always, thank you for making Remedy!