Greg

Avatar
  • Total activity 27
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 9
  • Created

    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...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 1 vote
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 9 followers
    • 14 comments
    • 1 vote
  • Created

    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...
    • 1 follower
    • 0 comments
    • 1 vote
  • Created

    URL to open a file?

    Greetings I've noticed that it's possible to CLI to make PHPStorm open a file; I also noticed PHPStorms opens a bunch of ports. I was wondering if there is a embedded http server which could make a...
    • 3 followers
    • 3 comments
    • 2 votes
  • Created

    Cannot create a new "node/express" project

    Greeting Community I'm trying to create a new "Node.js Express App" but the dialog doesn't allow me to do so, with this error: "Please specify npm package" I took a look a the online doc, it's refe...
    • 4 followers
    • 7 comments
    • 0 votes
  • Created

    Feature "save for later"

    Greetings Community I'm looking for a feature but I don't know how to call it, or if it's already implemented in PHPStorm; here it is:   I'm debugging something and in the debug (variables) window,...
    • 2 followers
    • 2 comments
    • 0 votes