How to add new item(s) in context menu in debugger tab?

How to add new item in context menu in debugger tab?
I need to send a specific HTTP request based on selection in javascript.
Or evaluate some dynamically generated code in console

That is to my knowledge not currently possible.

Bad :frowning:

We have our product AppeX. This is Smalltalk-Javascript framework.
And I’m looking on possibility select server message in debugger and with two mouse clicks open related part on Smalltalk server. I need for this get a selection from debugger panel and evaluate it in console. Now it’s possible only with keyboard.

So kind of source maps?

No, it sends some http request to server and development environment search place of code implementation on run-time. And open it in Refactory Browser