DebugBreak on Unix / Linux?

Do we have a similar DebugBreak windows API on Unix / Linux. I want to debug the daemon process that NetBeans should open when the DebugBreak command is executed. Thank you in advance.

+4
source share
2 answers
-1
source

there is __builtin_trap() internal integrity of GCC.

+5
source

All Articles