DEV Community

Cover image for Tired of debugging alone?
Royal Jain
Royal Jain

Posted on

Tired of debugging alone?

How often have you spent hours(days) debugging something which your teammate could have solved for you?

I am creating a vscode plugin (javascript for now) to help developers share errors easily by creating a web link with the description, stack trace and files relevant to the error which can be shared with their teammates.

I believe async collaboration can be huge productivity boost, and this is a step towards that. Looking forward to feedback and connecting with developers who want to contribute / use this. Cheers.

Top comments (3)

Collapse
 
royaljain profile image
Royal Jain

Managed to create a beta version of the plugin - https://marketplace.visualstudio.com/items?itemName=RoyalJain.share-error&ssr=false#overview

Do try it out, repository is linked on the above webpage. Suggestions contributions welcome.

@sainig ^

Collapse
 
sainig profile image
Gaurav Saini

Sounds interesting, I’d like to help with this.

Also you might wanna check out the Live Share extension (code.visualstudio.com/learn/collab...)

Collapse
 
royaljain profile image
Royal Jain

Thanks Gaurav

I'll add you to the MVP version and Github by next week once they are in slightly better shape :)