Greg
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
-
-
-
-
Greg created a post, Is it possible to have Run/debug (build) injection from shell command?
Greetings Sorry if the title is not understandable, I didn't know how to express it exactly. I'd like to inject the compile date into the code, something like this: Go tool argument: -ldflags "-X... -
Greg created a post, Catching "stop" in Go
Greetings Is there a way to catch the forced end of a Go program being debugged in Goland? I've tried to catch SIGTERM, SIGINT, SIGQUIT, SIGKILL, SIGSTOP and SIGHUP but none seems to be called... T... -
-
Greg created a post, Xdebug with shebang is one line off
I've been debugging in PhpStorm for years, but always web scripts. Now I'm trying to debug a cli script and found a probable bug: if the script starts with the usual shebang line (#!), the debugger... -
Greg created a post, executable doesn't containt debug information
Greetings I'm doing my first steps in Go. Yesterday when I left my IDE I was able to set breakpoints and debug. This morning, the red dots are replaced with crossed circles and I see this weird mes... -
Greg created a post, Debugging JS served by NodeJS
Greetings I'm looking for a way to debug javascript in PHPStorm when the js is served by nodejs and executed by the browser ; I found the docs on how to debug nodejs and debug js served by a webser...