mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[pycharm] PY-48714 PY-70538 PY-73919 Fix error in debug mode
GitOrigin-RevId: 1d4932b22a574c4b9f6fce3df180986e4f9c08ec
This commit is contained in:
committed by
intellij-monorepo-bot
parent
afdcd606e9
commit
5a5671d785
@@ -20,7 +20,7 @@ public class GetArrayCommand extends GetFrameCommand {
|
||||
|
||||
public GetArrayCommand(final RemoteDebugger debugger, final String threadId, final String frameId, PyDebugValue var, int rowOffset, int colOffset, int rows, int cols, String format) {
|
||||
super(debugger, GET_ARRAY, threadId, frameId);
|
||||
myVariableName = GetVariableCommand.composeName(var);
|
||||
myVariableName = var.getEvaluationExpression();
|
||||
myRowOffset = rowOffset;
|
||||
myColOffset = colOffset;
|
||||
myRows = rows;
|
||||
|
||||
Reference in New Issue
Block a user