Search code examples
c++windowsbuildros2

ROS2 colcon build not showing any error messages in windows


While building the ROS2 publisher on the windows by using colcon build, there are no error messages shown for debug, only shown failed or finished.

I have try using "colcon --log-level info build" or "colcon --log-level debug build", but still in vain.

Is there any way to let the colcon build shown the error messages if there are some bugs in my code?


Solution

  • just use colcon build --event-handlers console_cohesion+

    ros answer