mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-24297 fix "Smart step into" in JS
This commit is contained in:
@@ -507,8 +507,8 @@ public class XDebugSessionImpl implements XDebugSession {
|
||||
public <V extends XSmartStepIntoVariant> void smartStepInto(XSmartStepIntoHandler<V> handler, V variant) {
|
||||
if (!myDebugProcess.checkCanPerformCommands()) return;
|
||||
|
||||
doResume();
|
||||
handler.startStepInto(variant);
|
||||
final XSuspendContext context = doResume();
|
||||
handler.startStepInto(variant, context);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user