We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c1d43 commit ae74e3fCopy full SHA for ae74e3f
1 file changed
Lib/pdb.py
@@ -3383,8 +3383,7 @@ def _connect(
3383
f"\nLocal pdb module's protocol version: {attach_ver}"
3384
)
3385
else:
3386
- remote_pdb.rcLines.extend(commands.splitlines())
3387
- remote_pdb.set_trace(frame=frame)
+ remote_pdb.set_trace(frame=frame, commands=commands.splitlines())
3388
3389
3390
def attach(pid, commands=()):
0 commit comments