Questions tagged [debug-build]

32 questions
-1
votes
1 answer

how and why Golang binary shows file and line info on the error

i was playing around with go sync groups and i just tried what happens if i add more groups than i mark done . and i get the runtime error i posted below. So the question here is if go is compiled into true machine code unlike java or c# how come…
nikoss
  • 3,254
  • 2
  • 26
  • 40
-7
votes
1 answer

how can i make a label invisible at release build

I want to hide a listview item on release build but make it visible on debug build. I searched it on internet but I can't find anything about it. Anyone can help me?
1 2
3