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

Option to resume and pause gazebo simulation automatically while debugging #344

Open
rahuldeo2047 opened this issue May 16, 2019 · 1 comment
Labels

Comments

@rahuldeo2047
Copy link

Say node has timer and subscriptions.
Those also need to pause when breakpoint reaches while debugging.

As when a code stops in a breakpoint the timer should also stop. And resume when debugging allows the code to run. The debugging step can also control the simulation steps/run.

Also, some developer may want time and simulation unaffected, hence option to select for (resume and pause) the simulation while debugging.

@Levi-Armstrong
Copy link
Member

Levi-Armstrong commented May 18, 2019

The debugging feature is supported by the Qt Creator developers, I would recommend proposeing the feature to them.

Could you not add a break point at those location an then use the continue button in Qt Creator?

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