Re: [Kicad-developers] Help needed to configure gdb

2021-07-08 Thread Pradeepa Senanayake
full path, but still couldn't set the >> breakpoint in copper_zone_dialog.cpp. >> >> - Pradeepa >> >> Sent on the go with Vodafone >> >> >> ---- Original message >> From: Jon Evans >> Date: 7/7/21 11:28 pm (GMT+10:00) >> To

Re: [Kicad-developers] Help needed to configure gdb

2021-07-07 Thread Mikołaj Wielgus
ge > From: Jon Evans > Date: 7/7/21 11:28 pm (GMT+10:00) > To: Pradeepa Senanayake > Cc: KiCad Developers > Subject: Re: [Kicad-developers] Help needed to configure gdb > > gdb ./kicad/kicad is starting KiCad from the build directory. > > This isn'

Re: [Kicad-developers] Help needed to configure gdb

2021-07-07 Thread pradeepa.kck
in copper_zone_dialog.cpp.- Pradeepa Sent on the go with Vodafone Original message From: Jon Evans Date: 7/7/21 11:28 pm (GMT+10:00) To: Pradeepa Senanayake Cc: KiCad Developers Subject: Re: [Kicad-developers] Help needed to configure gdb  gdb ./kicad/kicad is starting KiCad from the build

Re: [Kicad-developers] Help needed to configure gdb

2021-07-07 Thread Jon Evans
gdb ./kicad/kicad is starting KiCad from the build directory. This isn't a fully-supported way of debugging KiCad, but if you want to do this, you must set the environment variable KICAD_RUN_FROM_BUILD_DIR=1 Alternatively, since you are running `make install` above, you can use gdb to debug

Re: [Kicad-developers] Help needed

2020-09-25 Thread Franck Jullien
Thank you Seth, it works now. @Jean-Pierre : I'll do what you suggested and iterate over screens instead of sheets. Franck. Le ven. 25 sept. 2020 à 19:10, Seth Hillbrand a écrit : > > Hi Franck- > > You cannot delete items from the rtree while iterating over it, the > references are

Re: [Kicad-developers] Help needed

2020-09-25 Thread jp charras
Le 25/09/2020 à 16:32, Jon Evans a écrit : Can you run with ASAN on (KICAD_SANITIZE in CMake) and see if you get some info about why you get a segfault? On Fri, Sep 25, 2020 at 10:28 AM Franck Jullien mailto:franck.jull...@gmail.com>> wrote: Hi, I'm working on the intersheets

Re: [Kicad-developers] Help needed

2020-09-25 Thread Franck Jullien
Thanks for the tip, I didn't know we could run ASAN with Kicad easily. This is what I get: ==7559==ERROR: AddressSanitizer: heap-use-after-free on address 0x612403c4 at pc 0x7f1ec5130bb9 bp 0x7ffe8351d540 sp 0x7ffe8351d530 READ of size 4 at 0x612403c4 thread T0 #0 0x7f1ec5130bb8 in

Re: [Kicad-developers] Help needed

2020-09-25 Thread Jon Evans
Can you run with ASAN on (KICAD_SANITIZE in CMake) and see if you get some info about why you get a segfault? On Fri, Sep 25, 2020 at 10:28 AM Franck Jullien wrote: > Hi, > > I'm working on the intersheets references functionality and I'm > struggling with a segfault. > Until now, I didn't try

Re: [Kicad-developers] Help needed to fix a minor issue in GAL mode

2015-05-12 Thread jp charras
Le 12/05/2015 12:06, Maciej Sumiński a écrit : Hi Jean-Pierre, Thank you for noting, it should be fixed in revision 5652. Regards, Orson Thanks. Works fine now. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers

Re: [Kicad-developers] Help needed to fix a minor issue in GAL mode

2015-05-12 Thread Maciej Sumiński
Hi Jean-Pierre, Thank you for noting, it should be fixed in revision 5652. Regards, Orson On 05/12/2015 11:24 AM, jp charras wrote: Hi, Orson. I need your help to fix a minor but very strange issue in Pcbnew, in GAL mode, relative to hot keys. This is about grid selection from hotkeys

Re: [Kicad-developers] [help needed] wx transparent always-on-top window

2014-12-01 Thread Wayne Stambaugh
Hey Tom, The closest thing I've seen to what you are looking for are the advanced tooltip classes in the wxPython demo. Although none of them is what you are looking for. What about using the message panel to show the matched pair information while drawing? It may not be as slick as what you

Re: [Kicad-developers] [help needed] wx transparent always-on-top window

2014-12-01 Thread Tomasz Wlostowski
On 01.12.2014 16:41, Wayne Stambaugh wrote: Hey Tom, The closest thing I've seen to what you are looking for are the advanced tooltip classes in the wxPython demo. Although none of them is what you are looking for. What about using the message panel to show the matched pair information