go-debug
go-debug copied to clipboard
π A go debugger for atom using delve.
Hi there, I am trying to pass some parameters to a compiled go program. I have the following debug.json file ``` { "configurations": [ {"name": "Debug cmd", "mode": "debug", "cwd":...
## Version **11.0.0** of [standard](https://github.com/standard/standard) was just published. Dependency standard Current Version 10.0.3 Type devDependency The version **11.0.0** is **not covered** by your **current version range**. If you donβt accept...
*** βοΈ **Important announcement:** Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
## The dependency [semver](https://github.com/npm/node-semver) was updated from `5.6.0` to `5.7.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
I've installed go-plus go-debug in atom v 1.26.1 on ubuntu 18.04 with node 12 but fails when trying to start debugger getting popup with message "no debugger installed..." ``` $...
## The dependency [untildify](https://github.com/sindresorhus/untildify) was updated from `3.0.3` to `4.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The dependency [atom-package-deps](https://github.com/steelbrain/package-deps) was updated from `4.6.2` to `5.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
Does anyone know how to set headless=false? Because I want to set --init='some_init_file' to executed a command by the terminal client. This command is similar to 'config max-string-len 99999'. it's...
I have set "max-string-len: 300" in ~/.dlv/config.yml, and restarted atom. But it did not work. Do I need to set some other configurations in go-debug? If it is an issue,...
When I have go-debug installed my editor slows down during the day. At some point it stops responding and after a few minutes I get a dialogue box saying that...