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

[feature] Observe variable values when attaching to ROS node #1081

Open
zichunxx opened this issue Aug 2, 2023 · 1 comment
Open

[feature] Observe variable values when attaching to ROS node #1081

zichunxx opened this issue Aug 2, 2023 · 1 comment
Assignees
Labels

Comments

@zichunxx
Copy link

zichunxx commented Aug 2, 2023

what is needed
When I attached the process to the move group node, I found that variable values in the STL vector or strings can't be watched, only the address.

why is it needed
It is intuitive and efficient to observe the value of a variable instead of the address during debugging.

Or maybe I missed some additional configurations that could be set in launch.json with ROS Attach.

Thanks!

@zichunxx zichunxx added the feature request Suggested features label Aug 2, 2023
@ooeygui
Copy link
Member

ooeygui commented Aug 31, 2023

@STAY-Melody Thanks for the issue. I honestly thought I had an issue on this already. There's a formatter I need to enable when we launch the C++ debugger. (Not sure why it isn't default).

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

No branches or pull requests

2 participants