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
My request is that, like the 'Get Calling Script' button in the remote log, add another menu item that returns that log's trace.
I'd normally acquire the trace of the call by manually hooking and checking arguments used in a call to determine if it's the right one. I feel that putting it inside Hydroxide would easily save me a lot of time.
In this image, you can see Get Calling Script in the context menu. I was thinking of adding a 'Get Call Trace' under it, which would utilize debug.traceback, and store it into your clipboard.
Also I'm not really familiar with GitHub issues, so I'm not entirely sure if I'm making this as a request properly.
The text was updated successfully, but these errors were encountered:
My request is that, like the 'Get Calling Script' button in the remote log, add another menu item that returns that log's trace.
I'd normally acquire the trace of the call by manually hooking and checking arguments used in a call to determine if it's the right one. I feel that putting it inside Hydroxide would easily save me a lot of time.
In this image, you can see Get Calling Script in the context menu. I was thinking of adding a 'Get Call Trace' under it, which would utilize debug.traceback, and store it into your clipboard.
Also I'm not really familiar with GitHub issues, so I'm not entirely sure if I'm making this as a request properly.
The text was updated successfully, but these errors were encountered: