Package uk.co.cwspencer.ideagdb.run

Examples of uk.co.cwspencer.ideagdb.run.GoDebugProfileState


            this.workingDir = project.getBaseDir().getCanonicalPath();
        }

        //If the user wants to debug the program, we return a different RunProfileState
        if (executor.getClass().equals(DefaultDebugExecutor.class)) {
            return new GoDebugProfileState(getProject(), env, this);
        }

        //Else run it
        CommandLineState state = new GoRunProfileState(getProject(), env, this);
View Full Code Here

TOP

Related Classes of uk.co.cwspencer.ideagdb.run.GoDebugProfileState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.