0

I have a GoClipse project in Eclipse Neon that I am attempting to debug. On my work computer I am able to create a new breakpoint by clicking on the left side of the code window, but on my home computer this is not working. Is there somthing that I do not have enabled on my home computer? How do I make a breakpoint in Eclipse Neon using GoClipse?

antman1p
  • 514
  • 2
  • 11
  • 25
  • Some possible reasons/tips: maybe you're in a different perspective (e.g Go perspective at work and Java perspective at home), or you opened the Go file with a different editor type (e.g. Go editor vs Java editor), you don't have the necessary tools configured in Eclipse (e.g. Go debugger). – icza Jan 21 '17 at 15:11
  • I have the Go perspective up on both, Both were started via new Go Project and using go files. GDB is used for debugging both. – antman1p Jan 21 '17 at 15:15
  • Is the Go editor open on both situations? Is the file part of an Eclipse project, or is somehow an external file? – BrunoMedeiros Jan 23 '17 at 18:57
  • Yes, the go editor is open on both and the file is part of an Eclipse project. – antman1p Jan 24 '17 at 18:47

1 Answers1

0

Did you double click on the editor column? Or opened the context menu there? Just a single-click won't work.

enter image description here

BrunoMedeiros
  • 1,441
  • 12
  • 14