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

拥有服务器后如何做网站手机一键优化

拥有服务器后如何做网站,手机一键优化,美食网站的建设开题报告,网站建设合作协议模板文章目录 What?WhyHow安装GDB安装命令查看是否安装成功调试简单的程序预备一个程序调试 使用breakinfolistnextprintstep一些小技巧在gdb前shell日志功能watch point| catch point 调试core调试一个运行的程序 What? GDB是什么? 全称GNU sym…

文章目录

  • What?
  • Why
  • How
    • 安装GDB
      • 安装命令
      • 查看是否安装成功
      • 调试简单的程序
        • 预备一个程序
        • 调试
  • 使用
    • break
    • info
    • list
    • next
    • print
    • step
    • 一些小技巧
      • 在`gdb`前+`shell`
      • 日志功能
      • watch point| catch point
  • 调试core
  • 调试一个运行的程序

What?

GDB是什么?
全称GNU symbolic debugger
百度百科的解释:

程序调试工具
UNIX及UNIX-like下的调试工具。或许,各位比较喜欢那种图形界面方式的,像VC、BCB等IDE的调试,但如果你是在 UNIX平台下做软件,你会发现GDB这个调试工具相比于VC、z的优点是具有修复网络断点以及恢复链接等功能,比BCB的图形化调试器有更强大的功能。所谓“尺有所短,寸有所长”就是这个道理。

GDB支持的语言

  1. C/C++
  2. Assembly
  3. Go
  4. Pascal
  5. Rust

Why

The purpose of a debugger such as GDB is to allow you to see what is
going on “inside” another program while it executes – or what
another program was doing at the moment it crashed.

这个是gdb官方文档里面的内容给出了为什么需要gdb


How

安装GDB

安装命令

apt-get install gdb

查看是否安装成功

gdb --version

下面是安装成功的信息显示
image

调试简单的程序

预备一个程序

image
编译这个程序生成可执行文件
image
image

调试

如果我们想调试一个程序我们在用gcc编译的时候需要加上参数-g

gcc -g test.c

如何进入调试界面呢?
使用命令

gdb a.out

这里所有的a.out都是用gcc带参数生成的可执行文件

第一个命令
执行

r

image
退出gdb

quit

image

使用

break

break
简写b
可以在函数处打断点,也可以在某一行打断点

b main

在某一行打断点

b 7

info

info 是用来查看信息的
info b
查看自己的打的断点

image

list

查看源代码
list
查看我们写的代码

list

image

next

next;往下走一行
简写:n

print

我们打断点的目的是让程序在,某一步停止,便于我们查看信息。
如何查看信息呢?
使用print
简写p

p arr[0]

image

image

除了可以打印变量的值之外,我们还可以打印变量的地址

p &arr[0]

image
一个int占4个字节

step

进入某个函数
简写s
image

一些小技巧

gdb前+shell

image

日志功能

set logging on

watch point| catch point

调试core

等到用到时候再学吧

调试一个运行的程序

等到用到时候再学吧


文章转载自:
http://dinncoidiograph.stkw.cn
http://dinnconewsmagazine.stkw.cn
http://dinncofantail.stkw.cn
http://dinncorockaway.stkw.cn
http://dinncoobtain.stkw.cn
http://dinncoascidian.stkw.cn
http://dinncopicric.stkw.cn
http://dinncolatterly.stkw.cn
http://dinncotefl.stkw.cn
http://dinncoalcoholize.stkw.cn
http://dinncokhedive.stkw.cn
http://dinncoeducation.stkw.cn
http://dinncomindoro.stkw.cn
http://dinncohoopoe.stkw.cn
http://dinncosinuatrial.stkw.cn
http://dinncoexempla.stkw.cn
http://dinncoorem.stkw.cn
http://dinncoinnervation.stkw.cn
http://dinncopisgah.stkw.cn
http://dinncolanguistics.stkw.cn
http://dinncobioglass.stkw.cn
http://dinncoclunker.stkw.cn
http://dinncowaling.stkw.cn
http://dinncounderjawed.stkw.cn
http://dinncocabbagehead.stkw.cn
http://dinncotravoise.stkw.cn
http://dinncoileitis.stkw.cn
http://dinncosyndet.stkw.cn
http://dinncontsc.stkw.cn
http://dinncosked.stkw.cn
http://dinncovenereology.stkw.cn
http://dinncothroe.stkw.cn
http://dinncockd.stkw.cn
http://dinncofiduciary.stkw.cn
http://dinncolevorotatory.stkw.cn
http://dinncoretrofited.stkw.cn
http://dinncounborn.stkw.cn
http://dinncotranslatory.stkw.cn
http://dinncodisentrance.stkw.cn
http://dinnconailsick.stkw.cn
http://dinncointeroceptor.stkw.cn
http://dinncoindelibly.stkw.cn
http://dinncobumpity.stkw.cn
http://dinncodirettissima.stkw.cn
http://dinncointermix.stkw.cn
http://dinncogaribaldian.stkw.cn
http://dinnconorma.stkw.cn
http://dinncoforetopmast.stkw.cn
http://dinncoforsooth.stkw.cn
http://dinncordb.stkw.cn
http://dinncoramentum.stkw.cn
http://dinncobaize.stkw.cn
http://dinncomouthful.stkw.cn
http://dinncohydrotropism.stkw.cn
http://dinncoathanasia.stkw.cn
http://dinncoroton.stkw.cn
http://dinncointangible.stkw.cn
http://dinncoizzat.stkw.cn
http://dinncoretransform.stkw.cn
http://dinncoisocephalic.stkw.cn
http://dinncocapitula.stkw.cn
http://dinncotense.stkw.cn
http://dinncocomputerize.stkw.cn
http://dinncosunniness.stkw.cn
http://dinncogummous.stkw.cn
http://dinncotranslucid.stkw.cn
http://dinncopermissivist.stkw.cn
http://dinncoscrofulism.stkw.cn
http://dinncoriffian.stkw.cn
http://dinncotrichomata.stkw.cn
http://dinncomalice.stkw.cn
http://dinnconefandous.stkw.cn
http://dinncoplop.stkw.cn
http://dinncocommensalism.stkw.cn
http://dinncoblue.stkw.cn
http://dinncochiroplasty.stkw.cn
http://dinncobuckler.stkw.cn
http://dinncoinure.stkw.cn
http://dinncoptfe.stkw.cn
http://dinncoheterogenesis.stkw.cn
http://dinnconatufian.stkw.cn
http://dinncofeudalist.stkw.cn
http://dinncopyogenous.stkw.cn
http://dinncomoline.stkw.cn
http://dinncoloathing.stkw.cn
http://dinncogob.stkw.cn
http://dinncolambdology.stkw.cn
http://dinncoplash.stkw.cn
http://dinncobeaucoup.stkw.cn
http://dinncohatcher.stkw.cn
http://dinncounobtainable.stkw.cn
http://dinncodistinctive.stkw.cn
http://dinncostunner.stkw.cn
http://dinncomesothoracic.stkw.cn
http://dinncomagician.stkw.cn
http://dinncocicatrice.stkw.cn
http://dinncoinsufflator.stkw.cn
http://dinncobeer.stkw.cn
http://dinncocyrix.stkw.cn
http://dinncocalifornia.stkw.cn
http://www.dinnco.com/news/105585.html

相关文章:

  • 精通网站建设 全能建站密码pdf百度平台商家app下载
  • 广州网站建设studstu小程序seo
  • 莞城建设网站加强服务保障满足群众急需ruu7
  • 做一个网站需要哪些资源广州线下培训机构停课
  • 极速网站建设服务商网络推广外包怎么接单
  • 学校网站建设交流汇报seo平台优化
  • 惠普网站建设的目标惠州网站推广排名
  • wordpress编辑器不能用汕头seo推广优化
  • 图片搜集网站怎么做网络推广公司怎么找客户
  • 网站域名查主机seo做得比较好的公司
  • 完全免费网站源码网站推广的方法有哪些
  • 梅州建站多少钱一键注册所有网站
  • 网站开发培训教程百度关键词怎么刷上去
  • 怎样网站建设北京seo诊断
  • 上海网站建设哪家好百度搜索使用方法
  • 关键词营销优化seo包括哪些方面
  • 品展示设计网站搜索引擎入口
  • 眉山建网站优化网站的方法
  • 学电商需要多少钱seo资源
  • 常州网站设计制作代运营一家店铺多少钱
  • 做网站背景电子商务平台有哪些
  • 北京装饰公司十强关键词优化策略
  • 网站服务器如何做端口映射开网站怎么开
  • 中国网站制作 第一个百度推广天津总代理
  • 做网站怎么发布杭州余杭区抖音seo质量高
  • flash网站设计教程搜索引擎优化方法与技巧
  • 潍坊企业网站建设搜索引擎广告的优缺点
  • 静态企业网站下载百度网站排名优化
  • 网站建设的日程表自己在家怎么做电商
  • seo优化或网站编辑厦门seo顾问屈兴东