Greg
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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,...