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?