-
Notifications
You must be signed in to change notification settings - Fork 7
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 no longer shows values of lazy sequences #2348
Labels
Milestone
Comments
Here are a few stack traces from IntelliJ's log that appear related to the issue (using Cursive 1.9.1-2019.3, JDK 1.8.0.231, IntelliJ 2019.3.3 Build IU 193.6494.35):
|
cursive-ide
added
the
released
Marks issues which have had the fixes released in a stable build
label
Oct 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cursive debugger no longer shows values of realized lazy sequences (it does show the type of an unrealized lazy seq).
It is not shown in code evaluation, watches, variables - it only gives a red text "Internal error, see logs for mode details - but there is nothing in the idea.log.
The text was updated successfully, but these errors were encountered: