Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger stays active when program is missing #49

Closed
sim642 opened this issue Jul 4, 2023 · 0 comments
Closed

Debugger stays active when program is missing #49

sim642 opened this issue Jul 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sim642
Copy link
Collaborator

sim642 commented Jul 4, 2023

The only awkward behavior I noticed was that the debugger doesn't terminate if the a.out file (from the default launch configuration) doesn't exist. The integrated terminal will show a missing file error, but the VS Code debugging UI still stays active. I'm not sure there's a way to present an VS Code error in this case, but it might be worth looking into in the future.

Originally posted by @mnxn in ocamllabs/vscode-ocaml-platform#1148 (review)

@sim642 sim642 added the bug Something isn't working label Jul 4, 2023
@sim642 sim642 self-assigned this Jul 4, 2023
@sim642 sim642 closed this as completed in 64a99ce Jul 4, 2023
mseri pushed a commit to ocaml/opam-repository that referenced this issue Jul 12, 2023
CHANGES:

### Added

* Add OCaml 4.13, 4.14 and 5.0 support.
* Add `--version` command line option.

### Changed

* Relicense under MIT (from GPL).
* Deprecate own VSCode extension in favor of VSCode OCaml Platform integration: ocamllabs/vscode-ocaml-platform#1148.

### Fixed

* Fix being stuck if program doesn't exist (hackwaly/ocamlearlybird#49).

### Removed

* Remove OCaml 4.11 support.
nberth pushed a commit to nberth/opam-repository that referenced this issue Jun 18, 2024
CHANGES:

### Added

* Add OCaml 4.13, 4.14 and 5.0 support.
* Add `--version` command line option.

### Changed

* Relicense under MIT (from GPL).
* Deprecate own VSCode extension in favor of VSCode OCaml Platform integration: ocamllabs/vscode-ocaml-platform#1148.

### Fixed

* Fix being stuck if program doesn't exist (hackwaly/ocamlearlybird#49).

### Removed

* Remove OCaml 4.11 support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant