Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Prep 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Jul 13, 2015
1 parent 2e13545 commit 2bb7fc5
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 19 deletions.
7 changes: 5 additions & 2 deletions documentation/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## release ChangeLog

### (NextVersion)
▶ Recommended/tested CDT version is now 8.7.0
& Fixed: NPE launching a Go launch with a Go package that doesn't exists.

### 0.11.2
▶ Recommended/tested CDT version is now 8.7
* Fixed: Debugging not working on Eclipse 4.5 Mars (CDT 8.7), for certain platform/GDB combinations.
* Fixed: NPE launching a Go launch with a Go package that doesn't exists.
* Doc: added note about Cygwin GDB not being recommended for debugging.

### 0.11.1
* Fixed #135: Cannot set breakpoints in editor.
Expand Down
8 changes: 5 additions & 3 deletions documentation/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,11 @@ Whenever a launch is requested, a build will be performed beforehand. This behav

##### Debugging

> _**Note:** The Go toolchain does not properly support debugging in Windows. While setting breakpoints and step/continue seems to work, inspecting variables doesn't work - garbage values are displayed._
| **Windows note:** _Using Cygwin GDB doesn't work very well, if at all. The recommended way to debug in Windows is to use the GDB of [mingw-w64](http://mingw-w64.org/), or the one of [TDM-GCC](http://tdm-gcc.tdragon.net/)._ |
|----|

| **Windows Note:** _Even with the above, the Go toolchain does not seem to fully support debugging in Windows. While setting breakpoints and step/continue seems to work, inspecting variables doesn't work - garbage values are displayed._ |
|----|

You can debug a Go program by running a launch in debug mode. You will need a GDB debugger. To configure debug options (in particular, the path to the debugger to use), open the launch under 'Run' / 'Debug Configurations...', and then navigate to the 'Debugger' tab in the desired launch configuration:

Expand All @@ -76,5 +80,3 @@ GDB debugger integration is achieved by using the CDT plugins. To configure glob

With Go, debugging information is already added by default when compiling, but certain inline optimizations might confuse the debugger. To disable the, use them `-gcflags "-N -l"` flags. For more info see: http://golang.org/doc/gdb.

**Windows note:** Using Cygwin GDB doesn't work very well, if at all. The recommended way to debug in Windows is to use the GDB of [mingw-w64](http://mingw-w64.org/), or the one of [TDM-GCC](http://tdm-gcc.tdragon.net/).

2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="goclipse_feature"
label="GoClipse"
version="0.11.1.qualifier"
version="0.11.2.qualifier"
provider-name="The GoClipse Development Team"
plugin="com.googlecode.goclipse.ui">

Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>goclipse_feature</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.core.tests;singleton:=true
Bundle-Version: 0.11.1.qualifier
Bundle-Version: 0.11.2.qualifier
Bundle-Name: com.googlecode.goclipse.core Tests
Fragment-Host: com.googlecode.goclipse.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.core.tests</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.2-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GoClipse Core
Bundle-SymbolicName: com.googlecode.goclipse.core;singleton:=true
Bundle-Version: 0.11.1.qualifier
Bundle-Version: 0.11.2.qualifier
Bundle-Activator: com.googlecode.goclipse.Activator
Require-Bundle: org.junit;bundle-version="4.11.0";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.9.0";visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.core</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GoClipse Debug
Bundle-SymbolicName: com.googlecode.goclipse.debug;singleton:=true
Bundle-Version: 0.11.1.qualifier
Bundle-Version: 0.11.2.qualifier
Bundle-Localization: plugin
Bundle-Activator: com.googlecode.goclipse.debug.ui.GoDebugUI
Bundle-Vendor: The GoClipse Development Team
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.debug</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: UI Tests
Bundle-SymbolicName: com.googlecode.goclipse.ui.tests;singleton:=true
Bundle-Version: 0.11.1.qualifier
Bundle-Version: 0.11.2.qualifier
Fragment-Host: com.googlecode.goclipse.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.ui.tests</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.2-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.googlecode.goclipse.ui;singleton:=true
Bundle-Version: 0.11.1.qualifier
Bundle-Version: 0.11.2.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.ui</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ public Object[] visitFileStoreElement(IFileStore fileStore) {
};
}

@Override
protected void addBuildTargetsContainer(IProject project, ArrayList2<Object> projectChildren) {
// Temporarily disabled
//super.addBuildTargetsContainer(project, projectChildren);
}

@Override
protected LangNavigatorSwitcher_GetParent getParent_switcher() {
return new LangNavigatorSwitcher_GetParent() {
Expand Down
2 changes: 1 addition & 1 deletion plugin_tooling/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: com.googlecode.goclipse.tooling;singleton:=true
Bundle-Version: 0.11.1.qualifier
Bundle-Version: 0.11.2.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugin_tooling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>com.googlecode.goclipse.tooling</artifactId>
<version>0.11.1-SNAPSHOT</version>
<version>0.11.2-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down

0 comments on commit 2bb7fc5

Please sign in to comment.