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

Disable debugging for now #1710

Closed
wants to merge 1 commit into from
Closed

Disable debugging for now #1710

wants to merge 1 commit into from

Conversation

dlsniper
Copy link
Member

I'd like to disable the debug options for now as we don't really support them (also I want to disable GDB until I have some time to look at it and improve it, apparently it should support apps compiled with gccgo??)

@dlsniper dlsniper assigned ignatov and zolotov and unassigned ignatov Jun 28, 2015
@dlsniper
Copy link
Member Author

I've also noticed that even if I mark an executor as being not supported, it will still be shown enabled in the menu, I've opened up this one: https://youtrack.jetbrains.com/issue/IDEA-142018

@@ -32,6 +33,9 @@ public String getRunnerId() {

@Override
public boolean canRun(@NotNull String executorId, @NotNull RunProfile profile) {
if(DefaultDebugExecutor.EXECUTOR_ID.equals(executorId)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the point? The method is always false for DefaultDebugExecutor.EXECUTOR_ID without your changes.

@@ -17,6 +17,7 @@
package com.goide.runconfig;

import com.intellij.execution.configurations.RunProfile;
import com.intellij.execution.executors.DefaultDebugExecutor;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused import

@zolotov zolotov closed this Jun 28, 2015
@dlsniper dlsniper deleted the no-debug branch August 22, 2015 17:19
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

Successfully merging this pull request may close these issues.

None yet

3 participants