xhd2015 / xgo

All-in-one go testing library
MIT License
368 stars 19 forks source link

Proposal: http endpoint to debug any function and a web client #269

Open xhd2015 opened 1 month ago

xhd2015 commented 1 month ago

Since xgo can retrieve all functions from the runtime, it also has the ability to call them.

By providing am http endpoint to debug, we can make the ability standardized and generally available to any project.