Skip to content

Conversation

@testforstephen
Copy link
Contributor

Fixes microsoft/vscode-java-debug#1246

Before:

  • Always use the simple name and eval will fail due to unresolved type.
old_behavior_in_debug_console.mp4

New:

  • For the imported types or types from sample package, use the simple name
  • For the unimported types, use the fully qualified name
use_fqn_in_debug_console.mp4

@testforstephen testforstephen requested a review from jdneo as a code owner August 15, 2023 03:07
Copy link
Member

@jdneo jdneo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@testforstephen testforstephen merged commit 0e03327 into microsoft:main Aug 15, 2023
@testforstephen testforstephen deleted the jinbo_completion branch August 15, 2023 04:46
gayanper pushed a commit to gayanper/java-debug that referenced this pull request Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Classes are not automatically imported in the "Debug Console"

2 participants