mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
find a position in debugger thread no matter what
This commit is contained in:
@@ -190,9 +190,11 @@ public class PositionManagerImpl implements PositionManager {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (DumbService.getInstance(project).isDumb()) {
|
||||
return null;
|
||||
}
|
||||
// We should find a class no matter what
|
||||
// setAlternativeResolveEnabled is turned on here
|
||||
//if (DumbService.getInstance(project).isDumb()) {
|
||||
// return null;
|
||||
//}
|
||||
|
||||
final String originalQName = refType.name();
|
||||
final GlobalSearchScope searchScope = myDebugProcess.getSearchScope();
|
||||
|
||||
Reference in New Issue
Block a user