IDEA-138578 Debugger spuriously jumps to decompiled method signature
This commit is contained in:
@@ -89,7 +89,7 @@ public class IfExprent extends Exprent {
|
||||
condition = stack.pop();
|
||||
}
|
||||
else {
|
||||
condition = new FunctionExprent(FUNC_TYPES[ifType], stack, null);
|
||||
condition = new FunctionExprent(FUNC_TYPES[ifType], stack, bytecodeOffsets);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user