Send settings to gdb

已回答

Is there a way to send GDB commands?

Such as:

handle SIGPIPE nostop noprint pass

 

Thanks

0

@yogev ch you can start the debugging session and pass parameters in the GDB/LLDB console:

0

请先登录再写评论。