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