Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

UI support for TimeTravel Debugging for Node #72

Closed
aruneshchandra opened this issue Jun 9, 2016 · 3 comments
Closed

UI support for TimeTravel Debugging for Node #72

aruneshchandra opened this issue Jun 9, 2016 · 3 comments
Assignees
Milestone

Comments

@aruneshchandra
Copy link
Member

Node-ChakraCore has been working on bringing TTD to Node.js developers with the idea to surface this feature using VSCode.

Hitting a breakpoint and stepping forward is a familiar experience, but TTD allows developers to step back after hitting the breakpoint. For this new UI affordance needs to be built in VSCode, for example a "StepBack" button on the debug bar. Ideally this new button could be conditional based on a capability detection of the underlying Node platform.

Adding this support in VSCode will help us bring this innovation to the node developers.

@roblourens
Copy link
Member

@weinand weinand self-assigned this Jun 9, 2016
@weinand weinand added this to the June 2016 milestone Jun 9, 2016
@weinand weinand assigned isidorn and unassigned weinand Jun 14, 2016
@weinand
Copy link
Contributor

weinand commented Jun 14, 2016

@isidorn I've added protocol support for this (and I will enable it in mock-debug).
Please add UiI support for this.

@isidorn
Copy link
Collaborator

isidorn commented Jun 14, 2016

Moved here microsoft/vscode#7652 since it is easier for me to track issues in our main vscode repo

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

No branches or pull requests

4 participants