quan-xie / goclipse

Automatically exported from code.google.com/p/goclipse
0 stars 0 forks source link

Goclipse debugger dows not halt at breakpoints #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set dome breakpoint in sample project
2. Start Debugging via "Debug as ..."
3. Program runs, but doesn't halt at breakpoint

What is the expected output? What do you see instead?
Normal program output, GDB debugging output, but debugger doesn't halt at 
breakpoint.

What version of the product are you using? On what operating system?
Eclipse Helios SR2 (Build id: 20110218-0911)
Goclipse 0.7.2.v481
MinGW 20120426
Windows XP Professional

Please provide any additional information below.

Original issue reported on code.google.com by thomas.r...@lucysoftware.com on 7 Aug 2012 at 9:40

GoogleCodeExporter commented 9 years ago
Variant of Eclipse is "Eclipse Java EE IDE for Web Developers."

Original comment by thomas.r...@lucysoftware.com on 8 Aug 2012 at 1:07

GoogleCodeExporter commented 9 years ago
What version of gdb are you using (gdb --version). Gdb can't debug Go apps 
before versions before gdb 7.1.

Original comment by devonca...@gmail.com on 23 Nov 2012 at 10:56

GoogleCodeExporter commented 9 years ago
I had the same problem on a Mac with Lion (gdb 6.3.50), old version...

But I solved it after reading: 
http://sourceware.org/gdb/wiki/BuildingOnDarwin
http://stackoverflow.com/questions/8336433/gdb-on-macosx-lion

Original comment by daniel.sperry on 24 Nov 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Cool. I added some explanatory text in the preference page for mac users. 
Closing this bug under the assumption that the original issue had been an older 
gdb.

Original comment by devonca...@gmail.com on 25 Nov 2012 at 1:09

GoogleCodeExporter commented 9 years ago
I am using MinGW under Windows. Gdb version is 7.4. 

Original comment by thomas.r...@lucysoftware.com on 26 Nov 2012 at 9:16