quan-xie / goclipse

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

Debugging: adding a breakpoint results in -break-insert error messages from gdb into the console #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a Breakpoint to a project
2. Start debugging

What is the expected output? What do you see instead?
Expecting the debugger to stop on the output. Instead, seeing the following 
error in the console:

(gdb) 
0^error,msg="-break-insert: Garbage following <location>"

What version of the product are you using? On what operating system?
Eclipse Java EE IDE for Web Developers., Version: Helios Service Release 2 
Build id: 20110301-1815
Mac OSX 10.8.4
Goclipse v0.7.6
gdb v7.6 (Gnu)

Please provide any additional information below.

Original issue reported on code.google.com by matthew....@gmail.com on 6 Sep 2013 at 6:08

GoogleCodeExporter commented 9 years ago
I believe this has to do with the target image residing in a project directory 
with a name containing spaces. I *am* able to debug images in project 
directories not containing spaces.

Original comment by matthew....@gmail.com on 11 Sep 2013 at 3:54