this is a Qt creator project!
also download Qt Creator.
for running with thread or pthread option
you musst set "handle SIGSTOP pass nostop noprint" into the Debugger option for "Locals & Expressions".
TOOLS -> Options -> Debugger -> Locals & Expressions -> Debugging Helper Customization
handle SIGSTOP pass nostop noprint
This has to be done because this project has a special folder system for the build.
when you need to work with threads or pthread you must set SIGSTOP options off. for running with thread or pthread option
you must set "handle SIGSTOP pass nostop noprint" into the Debugger option for "Locals & Expressions".
TOOLS -> Options -> Debugger -> Locals & Expressions -> Debugging Helper Customization
handle SIGSTOP pass nostop noprint
show Bildschirmfoto von 2021-01-12 04-46-34.png








