Skip to content

Debugger tooltips do not work on large solutions #1915

@vasily-kirichenko

Description

@vasily-kirichenko
  1. Open VisualFSharp.sln.
  2. Set VisualFSharpOpenSource project as the startup one.
  3. Press F5.
  4. If you lucky, a new VS experimental instance opens, if not press Ctrl+F5, then attach to it with the debugger.
  5. Hover over any symbol in a F# source file.
  6. After ~2 seconds delay the following dialog opens:

image

  1. This dialog does not disappear, no tooltip appear either until you move the mouse somewhere else.

This bug does not relate to QuickInfo, it's called in debug mode (for unknown reason, BTW), but commenting it out entirely does not help. So I think the problem is purely in ILanguageDebugInfoService.GetDataTipInfoAsync method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions