Re: Packaging also the debug version ipython_d.exe for MS-Windows

Thomas Kluyver <[email protected]> Mon, 17 Oct 2016 12:29:19 +0100
Newsgroups gmane.comp.python.ipython.devel
Message-ID <CAOvn4qhTtXN=hDk8hhhOoXnLKUTtfvrNu40ufX-otdhkjFc-Ug@mail.gmail.com>
Hi,

I don't think we can easily make such a shortcut, but if you have a debug
build of Python, you can launch IPython in it by running:

debug-python -m IPython

On 17 October 2016 at 09:28, Chuanren Wu <[email protected]> wrote:

> Dear developers,
>
> is it possible also to package a ipython_d.exe for the debug-version of
> (officially packaged) python under windows?  Since MSVC has different CRTs
> for debug and released objs, it is not good (perhaps not possible) to mix
> them.
> I am relatively new to python, mainly for the reason that I want to
> provide a binding to my C++ numerical library. With a debug version of
> ipython_d alongside with the release version is very convenient to debug
> the binding. Btw, the default numpy packaging for windows has a debug
> version as well, I did not investigate on how do they achieved that but I
> think this would not be difficult for ipython.
>
> I even don't know whether this request is suitable for a Github ticket,
> therefore I'd rather send you a email to ask.
>
> Best regards
> C. Wu
>
> _______________________________________________
> IPython-dev mailing list
> [email protected]
> https://mail.scipy.org/mailman/listinfo/ipython-dev
>
>

_______________________________________________
IPython-dev mailing list
[email protected]
https://mail.scipy.org/mailman/listinfo/ipython-dev