brbzull0 commented on a change in pull request #7762:
URL: https://github.com/apache/trafficserver/pull/7762#discussion_r623015659
##########
File path: src/traffic_server/traffic_server.cc
##########
@@ -1753,6 +1767,12 @@ main(int /* argc ATS_UNUSED */, const char **argv)
command_index = find_cmd_index(command_string);
command_valid = command_flag && command_index >= 0;
+ // Attach point when TS is blocked for debugging is in this loop.
Review comment:
Would it make sense doing this only if `DEBUG`? I mean just to make it
extremely obvious.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]