How can i run/debug nginx in eclipse?

hi, all:

I want to run/debug the nginx in Eclipse, how can i configure it ?

thanks in advance!

best regards

rmn190

Run via External tools and point to your local nginx bin dir.

A few extra things might be needed for debugging
(nginx discovery journey: Day 36 - nginx debug and valgrind from Eclipse)
but you just need to import nginx as a C/C++ project with Makefile.

Hope this helps,

A.

in gdb, you may need to ‘set follow-fork-mode child’ or detach the
worker’s
pid

in gdb, you may need to ‘set follow-fork-mode child’ or detach the
worker’s pid
sorry, should be ‘attach the worker’