mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
disable emulation only for base native methods
This commit is contained in:
@@ -179,7 +179,7 @@ public class MethodBreakpoint extends BreakpointWithHighlighter<JavaMethodBreakp
|
||||
}
|
||||
}
|
||||
if (method != null) {
|
||||
if (method.isNative()) {
|
||||
if (base && method.isNative()) {
|
||||
ApplicationManager.getApplication().invokeLater(() -> {
|
||||
getProperties().EMULATED = false;
|
||||
fireBreakpointChanged();
|
||||
|
||||
Reference in New Issue
Block a user