Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different behaviour for command line arguments with line breaks #430

Open
christian-rauch opened this issue Mar 1, 2021 · 0 comments
Open

Comments

@christian-rauch
Copy link
Member

I am using linebreaks for the Command line arguments: in run configurations, e.g.:

-topic_colour /camera/rgb/image_rect_color/compressed
-topic_info /camera/rgb/camera_info
-topic_depth /camera/depth/image_rect_raw/compressed
-l logs/log1.bag
-param1 value1
-param2 value2

to have a line-by-line parameter list.

This works ok if I just run this executable without the debugger (Ctrl+R). But when running in the debugger (F5), the lines after the first line break are lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant