-
Notifications
You must be signed in to change notification settings - Fork 326
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
Execute and debug .enso
files with bin/enso
in VSCode
#8923
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
2f37be5
run.single action provider for .enso files
JaroslavTulach e7c97c5
Properly hint the remembered executable location
JaroslavTulach 0f5fb3d
Connect Enso with debugger
JaroslavTulach 5a44505
Make sure some jdk/bin directory is appended to the PATH
JaroslavTulach 642124e
Need access to com.sun.jdi.connect package
JaroslavTulach 16518d6
Special action to debug .enso files
JaroslavTulach 1bbc0a3
Merge remote-tracking branch 'origin/develop' into wip/jtulach/VSCode…
JaroslavTulach d3ad80f
Moving Launch Enso File to the top
JaroslavTulach 2fb11ac
When in IGV and GraalVM dump the compilations automatically
JaroslavTulach 5bce5b5
Lower the minor version number by 150
JaroslavTulach 96a67c0
Merge remote-tracking branch 'origin/develop' into wip/jtulach/VSCode…
JaroslavTulach d87ba6e
Expanding documentation on launching .enso file
JaroslavTulach a46d055
Merge branch 'develop' into wip/jtulach/VSCodeExec
mergify[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While working on this code base, I am trying to make sure the code works as:
The biggest challenge is support for IGV as it is not being updated to run on latest NetBeans version too frequently.
However for this PR I need DialogDisplayer.notifyFuture (thank you, @sdedic) which is only available since NetBeans 14 - e.g. we have to upgrade.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With oracle/graal#8290 the Enso IGV Plugin version 1.31.129 can be installed into IGV:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the
.nbm
file is installed into IGV, one can press Shift-F6 inside of a.enso
file and get the same behavior as in the VSCode extension: