[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: python: Let pdb tracking not kill buffers
From: |
Eli Zaretskii |
Subject: |
Re: python: Let pdb tracking not kill buffers |
Date: |
Mon, 07 Oct 2019 19:19:36 +0300 |
> From: Lawrence Liu <address@hidden>
> Date: Mon, 7 Oct 2019 12:33:17 +0800
> Cc: Andrii Kolomoiets <address@hidden>, address@hidden
>
> I am a full time python developer and seems in my case mostly I am using the
> way as below:
>
> insert a
>
> import pdb; pdb.set_trace();
>
> in my code bass and trigger the break point from other place (mostly browser)
> and wait for the break point
> been hit.
Any reason you don't use "M-x pdb" instead?