-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CODENVY-257: Decouple DebuggerPresenter and Java Debugger #967
Conversation
@sleshchenko |
<groupId>org.eclipse.che.plugin</groupId> | ||
<version>4.1.0-RC1-SNAPSHOT</version> | ||
</parent> | ||
<artifactId>che-plugin-ext-debugger-client</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vparfonov Should Anatoliy replace client with ide?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, and better use package "plugin" instead "ext"
Other OK for me |
/** | ||
* Starts debugger. | ||
*/ | ||
Promise<Void> start(@NotNull String id); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here i think we need more doc about id, how to manage id to language, technology and etc.
ok |
No description provided.