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

GDBControl discards ILaunchConfiguration parameter in its constructor #942

Open
ruspl-afed opened this issue Nov 20, 2024 · 0 comments
Open

Comments

@ruspl-afed
Copy link
Member

Describe the bug
There is a deep [and terrible] hierarchy of GDBControl where every successor carefully passes the ILaunchConfiguration parameter. But, in the end, no one uses it.

To Reproduce

Expected behavior
It would be great to have ILaunchConfiguration available at least for successors

Screenshots

	/**
	 * @since 4.1
	 */
	protected GDBControl(DsfSession session, boolean useThreadAndFrameOptions, ILaunchConfiguration config,
			CommandFactory factory) {
		super(session, useThreadAndFrameOptions, factory);
	}

Version Information:

  • main branch
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