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

Program appears to continue executing after pressing stop in the debugger #6

@weinand

Description

@weinand

From @stevencl on November 16, 2015 15:11

In a simple node app, I step through a loop in the debugger. Before exiting the loop, I press the stop button
snip_20151116130725
I expect the program to stop executing right at that point but it appears to continue executing due to the fact that the console.log statement is executed (highlighted below) and the value of the string being output looks like the loop continued to execute even after pressing stop:
snip_20151116150729

Copied from original issue: microsoft/vscode#32

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions