|
From: | Lawrence Liu |
Subject: | Re: python: Let pdb tracking not kill buffers |
Date: | Tue, 8 Oct 2019 00:26:24 +0800 |
> 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?
[Prev in Thread] | Current Thread | [Next in Thread] |