Upbolt / Hydroxide

Lua runtime introspection and network capturing tool for games on the Roblox engine.
The Unlicense
369 stars 150 forks source link

Add stack tracing #85

Open Lucario443 opened 1 year ago

Lucario443 commented 1 year ago

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. subitem

Also I'm not really familiar with GitHub issues, so I'm not entirely sure if I'm making this as a request properly.