Click here to Skip to main content
15,885,546 members

Comments by Деян Цонев (Top 8 by date)

Деян Цонев 3-Dec-22 2:16am View    
code part ******************************
else
{
system_config.outboundHost = pSockOutboundConfigElement->Attribute(SOCKET_CONFIG_XML_OUTBOUND_HOST_ATTR); // on the line //of assignment I set the watchpoint, and the next line is the line where stops, and after c //command program don't stop any more, but the value get's changed somewhere
if ( system_config.outboundHost == nullptr )
throw MISSING_ATTRIBUTE SOCKET_CONFIG_XML_OUTBOUND_HOST_ATTR;

code part*****************************
Деян Цонев 2-Dec-22 14:15pm View    
Ok, sorry. I will use button for now on .
Деян Цонев 2-Dec-22 13:10pm View    
Deleted
code part ******************************
else
{
system_config.outboundHost = pSockOutboundConfigElement->Attribute(SOCKET_CONFIG_XML_OUTBOUND_HOST_ATTR); // on the line //of assignment I set the watchpoint, and the next line is the line where stops, and after c //command program don't stop any more, but the value get's changed somewhere
if ( system_config.outboundHost == nullptr )
throw MISSING_ATTRIBUTE SOCKET_CONFIG_XML_OUTBOUND_HOST_ATTR;

code part*****************************
Деян Цонев 2-Dec-22 12:53pm View    
I set it after running the gdb command. Where should it be set? I thought the watch command can be use this way, but even if I set it right before the assignment of the variable which I watch , again the result is only one stop on line, when the first assignment is set by me and the second where I am debbuging is not shown.
Деян Цонев 8-Nov-22 10:20am View    
Netcat is the client in my case, not the server. Thanks.