On Mon, Dec 1, 2014 at 1:44 AM, Julian Taylor <jtaylor.deb...@googlemail.com
> wrote:

>
> On Sun, Nov 30, 2014 at 10:41 PM, David Cournapeau <courn...@gmail.com>
> wrote:
>
>>
>>
>> On Sun, Nov 30, 2014 at 5:45 PM, Charles R Harris <
>> charlesr.har...@gmail.com> wrote:
>>
>>>
>>>
>>> On Sun, Nov 30, 2014 at 4:54 AM, David Cournapeau <courn...@gmail.com>
>>> wrote:
>>>
>>>> Hi there,
>>>>
>>>> I remember having seen some numpy-aware gdb macros at some point, but
>>>> cannot find any reference. Does anyone know of any ?
>>>>
>>>
>>> What would numpy aware gdb macros be? Never heard of them.
>>>
>>
>> Python itself has some gdb macros (
>> https://wiki.python.org/moin/DebuggingWithGdb).
>>
>> You can do things like:
>>
>> # p is a PyObject * pointer to the list [1, 2]
>> > pyo p
>> [1, 2]
>>
>> The idea would be to have a nice representation for arrays, dtypes, etc...
>>
>> David
>>
>>
> this wiki entry is very very old or not aware of the official python gdb
> macros (which are built into gdb in typical linux distributions, no extra
> configuration required).
>
>
ups I scrolled to far to the legacy section, the earlier parts do mention
the new macros :)
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to