Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Add "Debugger" button #85

Open
eriktrautman opened this issue Feb 14, 2019 · 3 comments
Open

Add "Debugger" button #85

eriktrautman opened this issue Feb 14, 2019 · 3 comments

Comments

@eriktrautman
Copy link
Contributor

Add a button that quickly fires up our block explorer / debugger. Best case is in-line with the Run and Test buttons and having it open in a new tab. Else it's not clear for the newbie how to debug things.

Honestly unsure what the best syntax is -- it's technically the "Explorer" (with explorer icon) but "debugger" (with a bug icon) is more inline with why someone from the IDE . would want to click it in that context.

@vgrichina
Copy link
Contributor

I think the best would be to make specific transactions linked from JS console (i.e. Nearlib error / success messages should include link to debugger).

@vgrichina
Copy link
Contributor

Probably also makes sense to have "Recent transactions" pane in studio somewhere as well

@vgrichina
Copy link
Contributor

Also after thinking about it for a while – we also can make a real debugger. Every transaction in explorer, etc can have a "Debug" link which will try to run contract code in browser (with same inputs).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants