quan-xie / goclipse

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

Locals missing while debugging #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new Go project
2. Make breakpoint inside some function
3. Start debugging 

What is the expected output? What do you see instead?
No locals are visible at the variables panel.

What version of the product are you using? On what operating system?
Linux, 0.7.6v439

Please provide any additional information below.
This happens because of optimizations made by compiler. If I compile same 
project with -N -l flags passed to gc, I get variables available back again.

Original issue reported on code.google.com by bjsenya@gmail.com on 18 Mar 2013 at 4:20

GoogleCodeExporter commented 9 years ago

Original comment by st...@kryas.com on 5 May 2013 at 4:44