You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a multi-project debugging, set a debug project A, but there is a possibility that the breakpoint is in project B, and the evaluation expression fails: TypeName cannot be resolved to a type, because this TypeName is in project B, but only project A is evaluated, resulting in failure. Whether you can find project B where the TypeName is located after the evaluation fails, and then evaluate the expression in project B
example:
additional
If you accept this suggestion, I can provide a PR
The text was updated successfully, but these errors were encountered:
In a
multi-project
debugging, set a debug projectA
, but there is a possibility that the breakpoint is in projectB
, and the evaluation expression fails:TypeName cannot be resolved to a type
, because thisTypeName
is in projectB
, but only projectA
is evaluated, resulting in failure. Whether you can find projectB
where theTypeName
is located after the evaluation fails, and then evaluate the expression in projectB
example:
additional
If you accept this suggestion, I can provide a PR
The text was updated successfully, but these errors were encountered: