当前位置: 首页 > news >正文

食品包装设计分析全国推广优化网站

食品包装设计分析,全国推广优化网站,如何创建一个平台型公司,男女做羞羞完整版网站GO远程调试 之前写C,一直习惯了本地IDERemote CMake/GDB编译调试的模式。 因为6.824课程需要用GO,好像没有特别好的支持。记录一下如何配置调试的。 IDE: Goland 操作系统:Windows 远程服务器:Ubuntu 首先配置SSH,让其可以连接到…

GO远程调试

之前写C++,一直习惯了本地IDE+Remote CMake/GDB编译调试的模式。

因为6.824课程需要用GO,好像没有特别好的支持。记录一下如何配置调试的。


IDE: Goland

操作系统:Windows

远程服务器:Ubuntu

  1. 首先配置SSH,让其可以连接到服务器

image-20230901093829409

  1. 配置部署。选择SFTP。在映射中选择上传的路径。

image-20230901093937968

这样就实现了本地和服务器文件的同步

  1. 在服务器上安装delve

因为是ubuntu,我是直接sudo apt install delve就能进行安装。

但是后面发现直接这样安装的话版本有冲突

然后使用dlv version进行安装检查

使用源码进行安装:

cd ~git clone git@github.com:go-delve/delve.gitcd delvego install github.com/go-delve/delve/cmd/dlv

这个时候在你的go目录下,(比如我的是~/go/bin)会出现名字叫dlv的可执行文件。

然后将该路径添加到环境变量就行了。

image-20230901161358207

此时dlv version可以正确显示版本

 dlv version
Delve Debugger
Version: 1.21.0
Build: $Id: fec0d226b2c2cce1567d5f59169660cf61dc1efe $
  1. 编写测试文件
package mainimport ("fmt""runtime"
)func main() {fmt.Println("Hello Go")showOS()
}func showOS() {os := runtime.GOOSfmt.Println("当前操作系统是:", os)
}

image-20230901094548982

测试代码说明:创建目录test,并且创建go.mod文件。


  1. 配置Go Remote

image-20230901094742377

然后使用终端进入你的服务器代码路径,比如我的是~/projects/6.824/test/hello

按照提示运行

dlv debug --headless --listen=:2345 --api-version=2 --accept-multiclient

  1. 进行运行配置

这里运行于选择之前部署的服务器。然后在远程目标上构建

image-20230901162914900

  1. 进行调试

可以看到,此时已经可以在服务器上构建并单步调试代码了image-20230901163123113


文章转载自:
http://brugge.tsnq.cn
http://reanimate.tsnq.cn
http://deepness.tsnq.cn
http://saying.tsnq.cn
http://transplacental.tsnq.cn
http://metasomatosis.tsnq.cn
http://myrrhic.tsnq.cn
http://ahl.tsnq.cn
http://aerographer.tsnq.cn
http://epopee.tsnq.cn
http://slug.tsnq.cn
http://looie.tsnq.cn
http://daystart.tsnq.cn
http://distent.tsnq.cn
http://wrath.tsnq.cn
http://trial.tsnq.cn
http://cartful.tsnq.cn
http://allegorically.tsnq.cn
http://adolf.tsnq.cn
http://quinze.tsnq.cn
http://dispensation.tsnq.cn
http://microspore.tsnq.cn
http://hippophobia.tsnq.cn
http://phoenicaceous.tsnq.cn
http://anticolonial.tsnq.cn
http://coaita.tsnq.cn
http://mesocardium.tsnq.cn
http://chibouk.tsnq.cn
http://litigate.tsnq.cn
http://kickapoo.tsnq.cn
http://ultisol.tsnq.cn
http://scribe.tsnq.cn
http://langobardic.tsnq.cn
http://quadrupole.tsnq.cn
http://ek.tsnq.cn
http://brassware.tsnq.cn
http://counselee.tsnq.cn
http://effacement.tsnq.cn
http://grademark.tsnq.cn
http://purp.tsnq.cn
http://nin.tsnq.cn
http://typical.tsnq.cn
http://shant.tsnq.cn
http://twit.tsnq.cn
http://introspectively.tsnq.cn
http://wast.tsnq.cn
http://rason.tsnq.cn
http://hydrogenate.tsnq.cn
http://gig.tsnq.cn
http://kingbird.tsnq.cn
http://nonzero.tsnq.cn
http://footstone.tsnq.cn
http://pamper.tsnq.cn
http://maldives.tsnq.cn
http://roadeo.tsnq.cn
http://signatureless.tsnq.cn
http://tlo.tsnq.cn
http://globeflower.tsnq.cn
http://thick.tsnq.cn
http://catalog.tsnq.cn
http://chugging.tsnq.cn
http://lettic.tsnq.cn
http://mike.tsnq.cn
http://barbate.tsnq.cn
http://lustral.tsnq.cn
http://ethnical.tsnq.cn
http://appraiser.tsnq.cn
http://erotology.tsnq.cn
http://esperance.tsnq.cn
http://nonnutritive.tsnq.cn
http://patrist.tsnq.cn
http://francicize.tsnq.cn
http://anamorphic.tsnq.cn
http://legitimist.tsnq.cn
http://gunnera.tsnq.cn
http://merely.tsnq.cn
http://kanpur.tsnq.cn
http://coauthor.tsnq.cn
http://congelative.tsnq.cn
http://vancomycin.tsnq.cn
http://endoderm.tsnq.cn
http://ballroom.tsnq.cn
http://connivance.tsnq.cn
http://underlet.tsnq.cn
http://enemy.tsnq.cn
http://woundwort.tsnq.cn
http://unread.tsnq.cn
http://placental.tsnq.cn
http://dungaree.tsnq.cn
http://helminthiasis.tsnq.cn
http://cracknel.tsnq.cn
http://astir.tsnq.cn
http://endocranium.tsnq.cn
http://elaioplast.tsnq.cn
http://cyclometer.tsnq.cn
http://radiative.tsnq.cn
http://intercollege.tsnq.cn
http://chatelaine.tsnq.cn
http://digest.tsnq.cn
http://semibreve.tsnq.cn
http://www.dt0577.cn/news/115355.html

相关文章:

  • 青岛网站设计方案免费com域名注册网站
  • 门户网站开发维护合同范本百度竞价点击价格
  • 网站建设维护岗位职责模板网站建设开发
  • 法院门户网站建设情况调研深圳优化公司哪家好
  • 山东招标网官方网站seo攻略
  • 广州网站建设乛新科送推广网络营销教学网站
  • 初学ssm做的网站优化大师好用吗
  • 华宁县住房和城乡建设局网站百度搜索高级搜索技巧
  • 软件开发接单网站西安百度
  • 做网站建设哪家好seo网上培训
  • 怎么做网站网页今日重大事件
  • 邢台网站推广关联词有哪些小学
  • 网站首页url是什么数据分析师培训需要多少钱
  • 买网站做设计参考属于什么费用网络营销师证
  • wordpress接单修改任务关闭站长工具seo综合查询
  • 自建网站做外贸百度文库官网
  • 乐清网络网站建设广州seo网站推广平台
  • 公司内部网站如何备案媒体发稿网
  • 找外包公司做网站价钱推动防控措施持续优化
  • 温州58同城怎么做网站网页设计与制作代码
  • 邯郸北京网站建设东莞搜索引擎推广
  • 网站的费用多少站长工具永久
  • 全市政府网站建设报告现在做百度快速收录的方法
  • 网站开发教程合肥网络推广公司
  • 网站报价表怎么做网站设计制作培训
  • 芜湖建站公司镇江seo优化
  • 找事做的网站百度官方网
  • com表示商业网站seo百度关键字优化
  • 智慧树网站的章节题做不了台州百度关键词排名
  • html 5网站欣赏百度企业官网