Skip to content

Running a command-line app with an error over and over does not stop the original program #4066

@sethladd

Description

@sethladd

The automatic breakpoints in the error are cool, but the debugger doesn't stop when the program is run again.

Take any code that generates an error that the debugger will catch. Now run it again with Control-R. Notice how two instances of the program are running. I would have thought the original instance would have been shut down if I run it again.

I'm concerned that it's not obvious that multiple copies are running and eating away at system resources.

This is using editor Version 0.1.0.201207091114, Build 9474

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions