ralf

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: qmake project settings #11138
    ralf
    Participant

    Thanks a lot!

    Ralf

    in reply to: Unable to break target with Cygwin gdb #8541
    ralf
    Participant

    Hi,

    I created a custom project, because my device isn’t supported by VisualGDB. I’m using a TI DSP running TI-RTOS with a GDB stub.

    I turned on the Ctrl-Break event option for Cygwin:
    https://www.hidrive.strato.com/wget/NbiHx9RX

    I also tried different options in the “GDB settings” page, but it didn’t make any difference.

    I just found a workaround for this problem:
    In the “Custom debug steps” page, there is an option to run a custom command for breaking in the running process. I entered the following command:C:\cygwin\bin\pkill.exe –signal SIGINT gdb

    I also had to switch back to the CTRL-C event method, else the gdb would be killed again.

    Ralf

    • This reply was modified 7 years, 10 months ago by ralf.
Viewing 2 posts - 1 through 2 (of 2 total)