{"words":[["0",""],["470",""],["940",""],["1410",""],["1880",""],["2350",""],["2820",""],["3290",""],["3760",""],["4230",""],["4700",""],["5170",""],["5640","DOUG LLOYD: All"],["5710","right"],["5980","GDB."],["6290",""],["6600",""],["6830","What"],["7020","is"],["7130","it"],["7200","exactly?"],["7455",""],["7710",""],["8095",""],["8480","So"],["8620","GDB,"],["8935",""],["9250","which"],["9450","stands"],["9740","for"],["9830","the"],["9980","GNU"],["10430","Debugger,"],["10870",""],["11310","is"],["11450","a"],["11550","really"],["11910","awesome"],["12310","tool"],["12680","that we"],["12800","can"],["12960","use"],["13230","to"],["13320","help"],["13570","us"],["13780","debug"],["14090",""],["14400","our"],["14520","programs,"],["14780",""],["15040","or"],["15150","find"],["15500","out"],["15690","where"],["15920","things"],["16210","are"],["16290","going"],["16600","wrong"],["16960",""],["17320","in"],["17520","our"],["17590","programs."],["17900",""],["18210","GDB"],["18690",""],["18910","is"],["19080","amazingly"],["19370",""],["19660","powerful,"],["20095",""],["20530",""],["20920","but"],["21280","the"],["21430","output and"],["21860","interaction"],["22120",""],["22380","with"],["22490","it"],["22590","can"],["22700","be"],["22900","a"],["22970","little"],["23270","bit"],["23490","cryptic."],["23830","It's"],["24170","usually"],["24500","a"],["24590","command"],["25000","line"],["25290","tool,"],["25555",""],["25820",""],["26150","and"],["26470","it"],["26550","can throw"],["26900","a"],["26970","lot"],["27290","of"],["27360","messages"],["27830","at"],["28020","you."],["28210","And it"],["28340","can"],["28430","kind"],["28570","of"],["28830","hard"],["29040","to"],["29110","parse"],["29500","exactly"],["30000","what's"],["30300","going"],["30540","on."],["30890",""],["31250","Fortunately,"],["31720","we've"],["31870","taken"],["32110","steps"],["32350","to"],["32439","fix"],["32759","this"],["32910","problem"],["33260","for"],["33460","you"],["33560","as"],["33690","you work"],["33960","through"],["34110","CS50."],["34470",""],["34830",""],["35183",""],["35536",""],["35890",""],["35940",""],["36080",""],["36410","If"],["36550","you"],["36660","aren't"],["36780","using"],["37010","the"],["37110","graphical"],["37560","debugger,"],["37880",""],["38200","which"],["38270","my"],["38370","colleague"],["38790","Dan"],["39030","Armandarse"],["39240",""],["39550","has"],["39620","spoken"],["39920","quite"],["40210","a"],["40260","bit"],["40400","about"],["40700","in"],["40770","a"],["40840","video"],["41140",""],["41440","that"],["41570","should"],["41710","be"],["41840","over"],["42000","here"],["42180","right"],["42350","now,"],["42690",""],["43110",""],["43530",""],["43580",""],["43845",""],["44110","you"],["44300","might"],["44550","need"],["44740","to"],["44820","use"],["45180","these"],["45480","command"],["45920","line"],["46170","tools"],["46435",""],["46700",""],["46990","to"],["47180","work"],["47380","with"],["47490","GDB."],["47880",""],["48270","If"],["48390","you're"],["48480","working"],["48710","in"],["48780","the"],["48870","CS50"],["49125",""],["49380","IDE,"],["49675",""],["49970","you"],["50090","don't"],["50340","need"],["50490","to"],["50570","do"],["50720","this."],["50985",""],["51250","But"],["51380","if"],["51460","you're"],["51550","not"],["51810","working"],["52080","in"],["52140","the"],["52210","CS50"],["52475","IDE,"],["52740",""],["53145",""],["53550","perhaps"],["53800","using"],["54180","a"],["54220","version"],["54550","of"],["54620","CS50"],["55100","Appliance,"],["55425",""],["55750","or"],["56110","another"],["56340","Linux"],["56690","operating"],["57070","system"],["57380","with"],["57530","GDB"],["57950","installed"],["58380","on"],["58510","it,"],["58860","you"],["58980","may"],["59130","need"],["59280","to"],["59380","use"],["59560","these"],["59750","command"],["60120","line"],["60370","tools."],["60675",""],["60980","And"],["61220",""],["61720","since you"],["62220","might"],["62340","have"],["62450","to"],["62520","do"],["62620","that, it's"],["62860","useful"],["63140","just to"],["63390","understand"],["63870","how"],["64099","GDB"],["64550","works"],["65040",""],["65269","from"],["65640","the"],["65740","command"],["66070","line."],["66280","But"],["66380","again,"],["66685",""],["66990","if"],["67170","you're"],["67370",""],["67770","using"],["68030","the"],["68320","CS50"],["68570","IDE,"],["68820",""],["69145",""],["69470","you"],["69650","can"],["69790","use"],["70020","the"],["70160","graphical"],["70590","debugger"],["70940","that is"],["71190","built"],["71590","into"],["71910",""],["72210",""],["72500",""],["72790","the"],["73190","IDE."],["73410",""],["73840",""],["74230",""],["74620",""],["75010",""],["75400","So"],["75655",""],["75910","to"],["76090","get"],["76280","things"],["76620","going"],["76970","with"],["77120","GDB,"],["77530","to"],["77620","start"],["77875",""],["78130","the"],["78250","debugging"],["78750","process"],["79190","of"],["79280","a"],["79350","particular"],["79770","program,"],["80050",""],["80330","all"],["80630","you"],["80780","need"],["81040","do"],["81220","is"],["81340","type"],["81680","GDB"],["82155",""],["82630","followed"],["83000","by"],["83130","the"],["83220","program"],["83485","name."],["83750",""],["83810","So"],["83940","for"],["84010","example,"],["84330","if"],["84400","your"],["84500","program"],["84890","is"],["85020","hello,"],["85355",""],["85690","you"],["85890","would"],["86090","type"],["86480","GDB"],["86850",""],["87220",""],["87510","hello."],["87990",""],["88305",""],["88620","When"],["88740","you"],["88830","do"],["89030","that,"],["89380","you're"],["89480","going"],["89580","to"],["89680","pull"],["89750","up"],["89880","the"],["89970","GDB"],["90290",""],["90610","environment."],["90910",""],["91210","Your"],["91320","prompt"],["91720","will"],["91850","change,"],["92110","and"],["92370","instead"],["92680","of"],["92780","being"],["93230","what"],["93390","it"],["93480","usually"],["93800","is"],["93930","when"],["93950","you"],["94120","type"],["94380","things"],["94610","at"],["94680","the"],["94750","command"],["95040","line--"],["95290","ls,"],["95685","cd--"],["96080","all"],["96170","of"],["96280","your"],["96390","typical"],["96810","Linux"],["96890",""],["97040","commands,"],["97490",""],["97790","your"],["97930","prompt will"],["98300","change"],["98690","to,"],["98930","probably,"],["99220",""],["99510","something"],["99790","like"],["100000","parentheses"],["100335",""],["100670","GDB"],["100980",""],["101290","parentheses."],["101590",""],["101890",""],["102200","That's"],["102360","your"],["102480","new"],["102700","GDB"],["103035",""],["103370","prompt,"],["103770","because"],["104000","you're"],["104230","inside"],["104650","the"],["104720","GDB"],["105160","environment."],["105660",""],["106145",""],["106630","Once"],["106900","inside"],["107270","of that"],["107370","environment,"],["107800",""],["108230","there's"],["108470","two"],["108740",""],["109010","major"],["109390","commands"],["109830","that you'll"],["109990","probably"],["110400","use"],["110690","in"],["110820","the"],["110900","following"],["111280","order."],["111680",""],["111985",""],["112290","The"],["112390","first"],["112770","is"],["112960","b,"],["113245",""],["113530","which"],["113800","is"],["113860","short"],["114190","for"],["114310","break."],["114625",""],["114940",""],["115200","And"],["115540","after"],["115820","you"],["115900","type"],["116190","b,"],["116500",""],["116810","you"],["116950","typically"],["117280","type"],["117520","the"],["117610","name"],["117820","of"],["117920","a"],["117990","function,"],["118340",""],["118690","or"],["119060","if"],["119110","you"],["119200","happen"],["119520","to"],["119620","know"],["119940","around"],["120350","what"],["120520","line"],["120800","number"],["121040","your"],["121170","program"],["121550","is"],["121620","starting"],["122030","to"],["122390",""],["122800","behave"],["123120","a"],["123160","little"],["123380","weird,"],["123700",""],["124100","you"],["124230","can"],["124430","type"],["124640","a"],["124750","line"],["125060","number"],["125280","there"],["125510","as"],["125610","well."],["125900",""],["126370","What"],["126630",""],["126690","b,"],["126960","or"],["127180","break,"],["127610","does"],["127880",""],["128150",""],["128530","is"],["128750","it"],["128889","allows"],["129160","your"],["129270","program"],["129660","to"],["129930","run"],["130410","up"],["130630","until"],["130990","a"],["131039","certain"],["131370","point,"],["131710",""],["132050","namely,"],["132450","the"],["132560","name"],["132770","of"],["132820","the"],["132890","function"],["133270","that you"],["133380","specify"],["133705",""],["134030","or"],["134220","the"],["134310","line"],["134575","number that you"],["134840","specify."],["135130",""],["135420",""],["135880","And"],["136120","at"],["136330","that"],["136520","point,"],["136750","it"],["136840","will"],["137030","freeze"],["137315",""],["137600","execution."],["138095",""],["138590","This"],["138720","is"],["138840","a"],["139010","really"],["139270","good"],["139500","thing,"],["139710","because"],["139930","once"],["140170","execution"],["140435",""],["140700","has"],["140810","been"],["140920","frozen,"],["141190",""],["141460",""],["141670","you"],["141850","can"],["141990","begin"],["142260","to"],["142400","very"],["142730","slowly"],["143195",""],["143660","step"],["144050","through"],["144455",""],["144860","your"],["144970","program."],["145225",""],["145480",""],["145810","Typically,"],["146200","if"],["146290","you've been"],["146430","running"],["146760","your"],["146860","programs,"],["147340","they're"],["147470","pretty"],["147800","short."],["148130","Usually,"],["148450","you"],["148550","type"],["148955","dot slash"],["149360","whatever"],["149480","the name"],["149720","of"],["149790","your"],["149910","program"],["150250","is,"],["150430","hit"],["150620","Enter,"],["150935",""],["151250","and"],["151450","before"],["151690","you"],["151760","can"],["151880","blink,"],["152310","your"],["152410","program"],["152680","is"],["152760","already"],["152930","finished."],["153200",""],["153470","It's not"],["153930","really"],["154100","a"],["154190","lot"],["154340","of"],["154450","time"],["154810","to"],["154890","try"],["155050","and"],["155150","figure"],["155410","out"],["155550","what's"],["155750","going"],["155960","wrong."],["156410",""],["156620","So"],["156720","it"],["156790","really"],["156980","to be able"],["157180","to"],["157390","slow"],["157850","things"],["158190","down"],["158480","by"],["158590","setting"],["158900","a"],["158950","break point"],["159405",""],["159860",""],["160170","with"],["160340","b,"],["160630",""],["160920","and"],["161130","then"],["161230","stepping"],["161520",""],["161810","in."],["162060",""],["162550",""],["163040","Then"],["163370","once"],["163550","you've"],["163640","set"],["163880","your"],["163990","break point,"],["164300",""],["164610",""],["164960",""],["165310","you"],["165460","can"],["165720","run"],["166040","the"],["166120","program."],["166610","And if"],["166630","you"],["166710","have"],["166880","any"],["167040","command"],["167430","line"],["167600","arguments,"],["167960","you"],["168050","specify"],["168355",""],["168660","them"],["168810","here,"],["169065",""],["169320",""],["169530","not"],["169790","when"],["169890","you"],["169980","type"],["170260","GDB"],["170515",""],["170770","your"],["170870","program"],["171260","name."],["171610","You"],["171870","specify"],["172300","all"],["172430","the"],["172520","command"],["172810","line"],["172960","arguments"],["173430","by"],["173660","taking"],["174140","r,"],["174580","or"],["175020","run,"],["175315",""],["175610",""],["175980","and"],["176270","then"],["176510","whatever"],["176780","command"],["177040","line"],["177210","arguments"],["177600","you"],["177690","need"],["178040","inside"],["178490","of"],["178560","your"],["178650","program."],["179030",""],["179443",""],["179856",""],["180270","There are a"],["180440","number"],["180750","of"],["180860","other"],["181190","really"],["181510","important"],["181800",""],["182090","and"],["182220","useful"],["182510",""],["182800",""],["183020","commands"],["183510","inside"],["183830","of"],["183890","the"],["183980","GDP"],["184380","environment."],["184675",""],["184970","So"],["185300","let"],["185410","me"],["185490","just"],["185730","quickly"],["186050","go"],["186180","over"],["186460","some"],["186630","of"],["186710","them."],["187090",""],["187540","The"],["187550","first"],["187880","is"],["188220","n,"],["188690","which"],["188750","is"],["188800","short"],["189070","for"],["189180","next,"],["189550","and"],["189630","you"],["189710","can"],["189850","type"],["190140","next"],["190560","instead"],["190910","of"],["191030","n,"],["191320","both would"],["191590","work."],["192000",""],["192275",""],["192550","And"],["192710","it's"],["192790","just"],["192960","the"],["193000","shorthand."],["193470","And"],["193700",""],["194045",""],["194390","as"],["194640","you've"],["194820","probably"],["195075",""],["195330","already"],["195640","gotten"],["195860","used"],["196100","to,"],["196330",""],["196680","being"],["197030","able"],["197140","to"],["197200","type"],["197420","things"],["197540","shorter"],["197815",""],["198090",""],["198370",""],["198650","is"],["198820","generally"],["199130","better."],["199430",""],["199793",""],["200156",""],["200520","And"],["200840","what"],["200980","it will"],["201090","do"],["201240","is"],["201330","it'll"],["201440","step"],["201690","forward"],["202060","one"],["202400","block"],["202710",""],["203020","of"],["203220","code."],["203670",""],["204100","So"],["204120","it'll"],["204200","move"],["204490","forward"],["204910","until"],["205200","a"],["205490","function"],["205870","call."],["206170","And"],["206300","then"],["206430","instead"],["206750","of"],["206900","diving"],["207155",""],["207410","into"],["207710","that"],["207960","function"],["208350","and"],["208480","going"],["208720","through"],["208920","all"],["209130","of"],["209220","that"],["209510","functions"],["209820",""],["210130",""],["210440",""],["210750",""],["210840","code,"],["211180","it"],["211240","will"],["211370","just"],["211840","have"],["212030","the"],["212090","function."],["212345",""],["212600",""],["212865",""],["213130","The"],["213220","function"],["213530","will"],["213670","be"],["213760","called."],["214080",""],["214400","It"],["214520","will"],["214660","do"],["214780","whatever its"],["215130","work"],["215350","is."],["215500","It"],["215560","will"],["215700","return"],["215960",""],["216220","a"],["216280","value"],["216545",""],["216810","to"],["216940","the"],["217020","function"],["217420","that"],["217620","called"],["217950","it."],["218130",""],["218500",""],["218870","And"],["218960","then"],["219020","you'll"],["219120","move"],["219440","on"],["219650","to"],["219710","the"],["219790","next"],["220140","line"],["220350","of"],["220440","that"],["220810","calling"],["221135",""],["221460","function."],["221730",""],["222000",""],["222490","If"],["222660","you"],["222740","want"],["222860","to"],["222900","step"],["223390","inside"],["223735",""],["224080","of"],["224190","the"],["224280","function,"],["224750","instead"],["225020","of"],["225110","just"],["225300","having"],["225540","it"],["225640","execute,"],["226100","especially"],["226430","if"],["226480","you"],["226570","think"],["226760","that"],["226880","the"],["226960","problem"],["227215",""],["227470","might"],["227650","lie"],["227940","inside"],["228205",""],["228470","of"],["228570","that"],["228820","function,"],["229105",""],["229390",""],["229755",""],["230120","you"],["230280","could,"],["230410","of"],["230480","course,"],["230700","set"],["230870","a"],["230930","break point"],["231235",""],["231540","inside"],["231820","of"],["231890","that"],["232090","function."],["232380",""],["232670","Or"],["233150",""],["233490","if"],["233600","you're"],["233750","already"],["233980","running,"],["234350","you"],["234450","can"],["234470","use"],["234850","s"],["235105","to"],["235360","step"],["235740",""],["236120",""],["236580","forward"],["236990","one"],["237170","line"],["237370","of"],["237460","code."],["237820","So"],["237920","this"],["237940","will"],["238040","step"],["238440","in"],["238660","and"],["238820","dive"],["239170","into"],["239470",""],["239770",""],["239990","functions,"],["240385",""],["240780",""],["241170","instead"],["241300","of"],["241350","just"],["241750","have"],["241950","the"],["242110","execute"],["242360",""],["242640","and"],["242820","continuing"],["243320","on"],["243520","in"],["243650","the"],["243730","function"],["244035",""],["244340",""],["244750","that"],["244870","you're"],["245040","in"],["245200",""],["245640","for"],["245770","debugging."],["246200",""],["246593",""],["246986",""],["247380","If"],["247510","you"],["247580","ever"],["247750","want"],["247910","to"],["247960","know"],["248180","the"],["248270","value"],["248535",""],["248800","of"],["248950","a"],["248990","variable,"],["249430",""],["249870","you"],["249900","can"],["249990","type"],["250320","p,"],["250800","or"],["251020","Print,"],["251365",""],["251710","and then"],["251940","the"],["251990","variable"],["252370","name."],["252590","And"],["252650","that"],["252780","will"],["252880","print"],["253160","out to"],["253310","you,"],["253590","inside"],["253870","of"],["253940","the"],["254020","GDB"],["254400","environment,"],["254745",""],["255090","the"],["255230","name"],["255620","of"],["255880","the"],["255950","variable,"],["256275",""],["256600",""],["257040","that"],["257130","you--"],["257250","excuse"],["257490","me--"],["257680","the"],["257769","value of the"],["258070","variable"],["258410",""],["258750",""],["259110","that"],["259209","you've"],["259350","named."],["259760",""],["260200","If"],["260370","you"],["260440","want"],["260550","to"],["260589","know"],["260709","the"],["260800","values"],["261170","of"],["261339","every"],["261720","local"],["262070","variable"],["262450","accessible"],["262710",""],["262970","from"],["263160","where"],["263230","you"],["263340","currently"],["263740","are"],["263930","in"],["263980","your"],["264090","program,"],["264425",""],["264760","you"],["264890","can"],["264980","type"],["265250","info"],["265590","locals."],["265970","It's a lot"],["266260","faster than"],["266710","typing"],["267050","p"],["267460","and"],["267570","then"],["267800","whatever,"],["268220",""],["268460","listing"],["268800","out"],["268910","all of"],["269130","the"],["269190","variables"],["269630","that you know"],["269920","exist."],["270230",""],["270540","You"],["270760","can type"],["271030","info"],["271460","locals,"],["271735","and it"],["272010","will"],["272170","print"],["272400","out"],["272630","everything"],["272885",""],["273140","for"],["273310","you."],["273470",""],["273920",""],["274370","Next"],["274650","up"],["274760","is"],["274890","bt,"],["275325",""],["275760","which"],["275970","is"],["276020","short"],["276330","for"],["276450","Back"],["276900","Trace."],["277180",""],["277460",""],["277770","Now,"],["278270","generally,"],["278690",""],["279110",""],["279470","particularly"],["279920","early"],["280260","in"],["280400","CS50,"],["280780",""],["281220",""],["281680","you"],["281840","won't"],["282040","really"],["282220","have"],["282380","occasion"],["282790","to"],["282860","use"],["283300","bt,"],["283770","or"],["283890","Back"],["284140","Trace,"],["284450","because"],["284710",""],["284800",""],["284960",""],["285225","you're not"],["285490","having"],["285810","functions"],["286240","that"],["286460","call"],["286900","other"],["287140","functions."],["287500",""],["287860","You"],["287970","might"],["288090","have"],["288300","main"],["288710","call"],["288980","a"],["289030","function,"],["289285","but"],["289540","that's"],["289760","probably"],["290025",""],["290290","it."],["290450","You"],["290520","don't"],["290650","have"],["290800","that"],["290990","other"],["291180","function"],["291550","calling"],["291940","another"],["292280","function,"],["292640","which"],["292800","calls"],["293070","another"],["293380","function,"],["293850",""],["294290","and"],["294440","so"],["294670","on."],["294880","But"],["295310","as"],["295480","your"],["295590","programs"],["295920","get"],["296080","more"],["296240","complex,"],["296525",""],["296810","and"],["296930","particularly"],["297240",""],["297550","when"],["297670","you"],["297750","begin"],["298070","working"],["298340","with"],["298550","recursion,"],["299035",""],["299520",""],["299850","back trace"],["300290","can"],["300400","be a"],["300600","really"],["301040","useful"],["301470","way"],["301710","to"],["301900","let"],["302230","you"],["302610","kind of get"],["303050","some"],["303180","context"],["303530",""],["303880","for"],["304165",""],["304450",""],["304820","where"],["305150","I"],["305200","am"],["305690","in"],["305810","my"],["305960","program."],["306460","So"],["306580",""],["306790",""],["307050",""],["307410","say"],["307705",""],["308000","you've"],["308250","written"],["308410","your"],["308500","code,"],["308850","and you know"],["309010","that"],["309290","main"],["309690","calls"],["309940","a"],["309990","function"],["310290",""],["310590","f,"],["311050",""],["311360","which"],["311580","calls"],["311840","a"],["311890","function"],["312190",""],["312490","g,"],["312870",""],["313250","which"],["313330","calls"],["313580","a"],["313630","function"],["313895",""],["314160",""],["314400","h."],["314720","So"],["314810","we"],["314880","have"],["315130","several"],["315630","layers"],["315930","of"],["316020","nesting"],["316440","going"],["316700","on"],["316810","here."],["317110",""],["317380",""],["317650","If"],["317780","you're"],["317930","inside"],["318350","of"],["318430","your"],["318550","GDB"],["318940","environment,"],["319440","and you"],["319590","know"],["319890","your"],["320080","inside"],["320480","of"],["320690","h,"],["320985","but you"],["321280","forget"],["321640","about"],["321830",""],["322240","what"],["322470","got"],["322650","you"],["322760","to"],["322890","where"],["323060","you"],["323270","are--"],["323630",""],["323880","you"],["324030","can"],["324180","type"],["324450",""],["324860",""],["325120","bt,"],["325510",""],["325900","or"],["326240","back"],["326580","trace,"],["326895",""],["327210","and"],["327400","it"],["327450","will"],["327550","print"],["327840","out"],["328095",""],["328350","h,"],["328755","g,"],["329160","f"],["329565",""],["329970",""],["330270","main,"],["330630","alongside"],["331050","some"],["331160","other"],["331340","information,"],["331730",""],["332120","which"],["332370","gives"],["332520","you"],["332640","a"],["332660","clue"],["332860","that,"],["333060","OK"],["333490","main"],["333740","called"],["334000","f,"],["334280","f"],["334560","called"],["334830","g,"],["335200","g"],["335570","called"],["335850","h, and"],["336300","that's"],["336490","where"],["336620","I"],["336660","currently"],["337110","am"],["337330","in"],["337400","my"],["337520","program."],["337900","So it can"],["338050","be"],["338210","really"],["338440","useful,"],["338705",""],["338970",""],["339325",""],["339680","especially"],["339970","as"],["340050","the"],["340150","cryptic-ness"],["340600","of"],["340910","GDB"],["341380","becomes"],["341690","a"],["341740","little"],["342010","overwhelming,"],["342355",""],["342700",""],["343055",""],["343410","to"],["343530","find"],["343960","out"],["344250",""],["344540","exactly"],["344900","where"],["345090","things"],["345340","are."],["345590",""],["345950",""],["346310","Finally,"],["346620","when"],["346670","your"],["346780","program"],["347110","is"],["347270","done,"],["347530","or"],["347580","when"],["347670","you're"],["347770","done"],["347990","debugging"],["348450","it and"],["348550","you"],["348640","want"],["348740","to"],["348780","step"],["348980","away"],["349220","from"],["349350","the"],["349430","GDB"],["349820","environment,"],["350125","it"],["350430","helps to"],["350740","know"],["350880","how"],["350980","to"],["351050","get"],["351230","out"],["351400","of"],["351500","it."],["351730",""],["351940","You"],["352040","can type"],["352380","q,"],["352860","or"],["353020","Quit,"],["353295",""],["353570","to"],["353690","get"],["353820","out."],["354100",""],["354566",""],["355032",""],["355500","Now,"],["355890","before"],["356340","today's"],["356675",""],["357010","video"],["357450","I"],["357600","prepared"],["358060","a"],["358270","buggy"],["358525",""],["358780","program"],["359220","called"],["359530","buggy1,"],["359880",""],["360100","which"],["360250","I"],["360290","compiled"],["360625",""],["360960","from"],["361150","a"],["361190","file"],["361590",""],["361810","known"],["362000","as"],["362170","buggy1.c."],["362560",""],["363050",""],["363540",""],["363900","As"],["364080","you"],["364150","might"],["364250","expect,"],["364690","this"],["364900","program"],["365280","is"],["365400","in"],["365480","fact"],["365850",""],["366150","buggy."],["366500","Something"],["366900","goes"],["367180","wrong"],["367600","when"],["367700","I"],["367780","try"],["368000","and"],["368130","run"],["368310","it."],["368430",""],["368710",""],["368990","Now,"],["369260","unfortunately,"],["369645",""],["370030","I"],["370250","inadvertently"],["370560",""],["370870","deleted"],["371360","my"],["371490","buggy1.c"],["371800","file,"],["372156",""],["372512",""],["372870",""],["373230","so"],["373250","in"],["373320","order"],["373470","for me to"],["373700","figure"],["374110","out"],["374310","what's"],["374570","going"],["374750","wrong"],["375010","with"],["375140","this"],["375260","program,"],["375595",""],["375930","I'm"],["376030","going"],["376060","to"],["376110","have"],["376330","to"],["376410","use"],["376670","GDB"],["377006",""],["377342",""],["377680","kind"],["377920","of"],["378000","blindly,"],["378500","trying"],["378770","to"],["378870","navigate"],["379140",""],["379410","through"],["379560","this"],["379710","program"],["380070","to"],["380140","figure"],["380580","out"],["381040","exactly"],["381530","what's"],["381770","going"],["381990","wrong."],["382340",""],["382680","But"],["382980","using"],["383230","just"],["383420","the"],["383490","tools"],["383720","we've"],["383830","already"],["384040","learned"],["384280","about,"],["384580","we"],["384690","can"],["385110","pretty"],["385440","much"],["385680","figure"],["385970","out"],["386250",""],["386530","exactly"],["386890","what"],["387010","it"],["387090","is."],["387420",""],["387700","So"],["387820","let's"],["387970","head"],["388120","over"],["388290","to"],["388360","CS50"],["388630",""],["388900","IDE"],["389340","and"],["389410","have"],["389590","a"],["389640","look."],["390030",""],["390385",""],["390740","OK,"],["390920","so"],["391050","we're"],["391140","here"],["391400","in"],["391460","my"],["391580","CS50"],["391960",""],["392340","IDE"],["392520",""],["392880","environment,"],["393155","and"],["393430","I'll"],["393550","zoom"],["393800","in"],["393860","a"],["393920","little"],["394090","bit"],["394270","so"],["394390","you"],["394470","can"],["394620","see"],["394820","a"],["394880","little"],["395060","more."],["395410",""],["395740","In"],["395830","my"],["395950","terminal"],["396300","window,"],["396630","if"],["396750","I"],["396840","list"],["397110","the"],["397210","contents"],["397640","of"],["397730","my"],["397830","current"],["398140","director"],["398530","with"],["398710","ls,"],["398950",""],["399290",""],["399550","we'll"],["399680","see"],["399780","that"],["399890","I"],["399930","have"],["400100","a"],["400150","couple"],["400470","of"],["400560","source"],["400900","files"],["401250","here,"],["401680","including"],["401960",""],["402240",""],["402450","the"],["402660","previously"],["403060","discussed"],["403540",""],["403830","buggy1."],["404140",""],["404500",""],["404770",""],["405040","What"],["405180","exactly"],["405560","goes"],["405790","on when"],["406050","I"],["406110","try"],["406290","and"],["406410","run"],["406640","buggy1."],["406820",""],["406940","Well"],["407190","let's"],["407360","find out."],["407650","I type"],["408120","dot"],["408590","slash,"],["409060","buggy,"],["409530",""],["410000",""],["410400","and"],["410800","I"],["411140","hit"],["411310","Enter."],["411720",""],["412115",""],["412510","Segmentation"],["412950",""],["413390","faults."],["413670","That's"],["413870","not"],["414090","good."],["414470",""],["414735",""],["415000","If"],["415120","you"],["415200","recall,"],["415690","a"],["415740","segmentation"],["416085",""],["416430","fault"],["416770","typically"],["417180","occurs"],["417560","when"],["417650","we"],["417830","access"],["418270","memory"],["418555",""],["418840","that"],["418960","we're"],["419080","not"],["419460","allowed"],["419910","to"],["420010","touch."],["420315",""],["420620",""],["421080",""],["421540","We've"],["421650","somehow"],["421920",""],["422190",""],["422480","reached"],["422980","outside"],["423350","of"],["423440","the"],["423510","bounds"],["423820","of"],["423870","what"],["424010","the"],["424090","program,"],["424570","the"],["424670","compiler,"],["425160","has given"],["425390","us."],["425680",""],["425995","And"],["426310","so"],["426510","already"],["426910","that's"],["427100","a"],["427170","clue"],["427430","to"],["427500","keep"],["427690","in"],["427780","the"],["427870","toolbox"],["428310","as"],["428410","we"],["428510","begin"],["428860","the"],["428980","debugging"],["429240",""],["429500","process."],["429795",""],["430090",""],["430375",""],["430660","Something"],["430970","has"],["431100","gone"],["431290","a"],["431330","little"],["431560","wrong"],["431780","here."],["432010",""],["432412",""],["432814",""],["433216",""],["433620","All"],["433700","right,"],["433880","so"],["434300",""],["434560",""],["434820","let's"],["435000","start"],["435110","up"],["435210","the"],["435270","GDB"],["435670","environment"],["435935","and"],["436200","see"],["436280","if"],["436390","we"],["436470","can"],["436630","figure"],["436950","out"],["437200",""],["437520","what"],["437710","exactly"],["438130","the"],["438230","problem"],["438660","is."],["439030","I'm going"],["439110","to"],["439170","clear"],["439360","my"],["439470","screen,"],["439920","and"],["440380","I'm going to type"],["440850","GDB"],["441240",""],["441630",""],["442000","again,"],["442250","to"],["442340","enter"],["442550","the"],["442640","GDB"],["442980","environment,"],["443270",""],["443560","and"],["443690","the"],["443740","name"],["443890","of"],["443930","the"],["444010","program"],["444340","that"],["444440","I"],["444470","want"],["444650","to"],["444700","debug,"],["445120",""],["445490",""],["445860","buggy1."],["446125",""],["446390",""],["446730",""],["446980",""],["447450","We"],["447920","get"],["448070","a"],["448110","little"],["448270","message,"],["448700","reading"],["448990","symbols"],["449360","from"],["449490","buggy1,"],["449760",""],["450100","done."],["450400","All"],["450550","that"],["450660","means"],["450850","is"],["450960","it"],["451200","pulled"],["451400","together"],["451730","all"],["451890","of"],["451980","the"],["452060","code,"],["452390","and"],["452460","now"],["452620","it's"],["452710","been"],["452830","loaded"],["453200","into"],["453450","GDB,"],["453900","and"],["453980","it's"],["454090","ready"],["454310","to"],["454370","go."],["454650",""],["455110",""],["455570","Now,"],["455980","what"],["456390","do"],["456490","I"],["456560","want"],["456740","to"],["456840","do?"],["457140","Do you"],["457240","recall"],["457570","what"],["457690","the"],["457770","first"],["458140","step"],["458500","typically"],["458930","is"],["459130","after I'm"],["459400","inside"],["459750","of"],["459820","this"],["459960","environment?"],["460250",""],["460540",""],["461040",""],["461540",""],["462040",""],["462540","Hopefully,"],["462780","you said"],["463105",""],["463430","set"],["463750","a"],["463800","break point,"],["464170","because"],["464540","in fact"],["464620","that"],["464880","is"],["465090","what"],["465210","I"],["465250","want"],["465450","to"],["465510","do."],["465810",""],["466260","Now,"],["466555",""],["466850","I"],["466960","don't"],["467070","have"],["467210","the"],["467290","source"],["467560","code"],["467760","for"],["467830","this"],["467990","in"],["468090","front"],["468280","of"],["468380","me,"],["468750","which"],["468980","is"],["469150","probably"],["469420","not"],["469580","the"],["469650","typical"],["469990","use"],["470240","case,"],["470440","by"],["470550","the"],["470640","way."],["470850","You"],["470950","probably"],["471330","will."],["471800",""],["472200","So"],["472220","that's"],["472410","good."],["472680","But"],["472760","assuming"],["473080","you"],["473170","don't,"],["473600",""],["473650",""],["474100","what's"],["474420","the"],["474520","one"],["474780","function"],["475160","that"],["475290","you"],["475410","know"],["475790","exists"],["476055",""],["476320","in"],["476570","every"],["476960","single"],["477340","C program?"],["477690",""],["478040",""],["478460",""],["478880","No"],["478980","matter"],["479090","how"],["479375",""],["479660","big"],["479860","or"],["479980","how"],["480210","complicated"],["480470",""],["480730","it"],["480830","is,"],["481170","this"],["481430","function"],["481770","definitely"],["482130","exists."],["482445",""],["482760",""],["483175",""],["483590",""],["484005",""],["484420","Main,"],["484715","right?"],["485010",""],["485440","So"],["485695",""],["485950","failing"],["486210",""],["486470","all"],["486710","else,"],["486920","we"],["487020","can"],["487150","set"],["487370","a"],["487420","break"],["487805","point"],["488190","at"],["488390","main."],["488870","And"],["488980","again,"],["489220","I"],["489280","could"],["489500","just"],["489770","type"],["490160",""],["490440","break"],["490940","main,"],["491320","instead"],["491600","of"],["491810","b."],["492200","And"],["492540","if"],["492760","you're"],["492850","curious,"],["493320","if"],["493440","you"],["493550","ever"],["493800","type out"],["494140","a long"],["494350","command"],["494650","and then"],["494790","realize"],["495125",""],["495460","that"],["495940","you"],["496100","typed"],["496340","the"],["496430","wrong"],["496620","thing,"],["496800","and you"],["496890","want"],["497000","to"],["497040","get"],["497170","rid"],["497270","of"],["497360","all"],["497730","as"],["497830","I"],["497930","just"],["498010","did,"],["498290",""],["498770","you"],["498920","can"],["499000","take"],["499210","Control"],["499615",""],["500020","U,"],["500375",""],["500730","which"],["500990","will"],["501250",""],["501510","delete"],["501790","everything"],["502070","and"],["502130","bring"],["502290","you"],["502340","back"],["502510","to the"],["502610","beginning of"],["502900","the"],["502950","cursor"],["503260","lines."],["503570","A lot"],["503870","faster than"],["504310","just hold"],["504600","down"],["504710","the"],["504750","delete,"],["505080","or"],["505340","hitting"],["505610","it"],["505840","a"],["505910","bunch"],["506120","times"],["506360","over."],["506620",""],["507080","So"],["507180","we'll"],["507280","set"],["507450","a"],["507500","break"],["507830","point"],["508160","at"],["508350","main."],["508740","And as"],["508860","you"],["508940","can"],["509050","see,"],["509260","it"],["509380","says"],["509790","we've"],["509890","set"],["510090","a"],["510130","break"],["510400","point"],["510670",""],["510970",""],["511270","at"],["511440","file"],["511840","buggy1.c,"],["511930",""],["512350",""],["512770",""],["512970","and"],["513210","apparently"],["513600","the"],["513679","first"],["514020","line"],["514220","of"],["514309","code"],["514590","of"],["514679","main"],["515000","is"],["515370","line"],["515750","seven."],["516075",""],["516400",""],["516789","Again,"],["517010","we"],["517080","don't"],["517220","have"],["517309","the"],["517370","source"],["517620","file"],["517830","here,"],["518080","but"],["518250","I'll assume"],["518570","that it's"],["518730","telling me"],["519080","the"],["519159","truth."],["519539",""],["519984",""],["520429","And"],["520650","then,"],["520914",""],["521179","I'm"],["521270","just"],["521490","trying"],["521659","and"],["521700","run"],["521850","the"],["521919","program,"],["522350",""],["522615",""],["522880","r."],["523220",""],["523650",""],["524080",""],["524510","Starting"],["524910","program."],["525360","All"],["525440","right,"],["525680","so"],["525990","this"],["526220","message"],["526590","is"],["526700","a"],["526760","little"],["527085",""],["527410","cryptic."],["527665",""],["527920",""],["528280","But"],["528450","basically"],["528760","what's"],["528910","happening"],["529260","here"],["529540","is"],["529890","it's just"],["530160","telling"],["530440","me"],["530910","I've"],["531060","hit"],["531230","my"],["531340","break point,"],["531615",""],["531890","break point"],["532280","number"],["532520","1."],["532810",""],["533080",""],["533350","And"],["533760","then,"],["533910","that"],["534080","line"],["534270","of"],["534340","code,"],["534610","no"],["534790","such"],["535050","file"],["535330","or"],["535370","directory."],["535625",""],["535880","The"],["536110","only"],["536370","reason"],["536630","that"],["536720","I'm"],["536800","seeing"],["537130","that"],["537330","message"],["537710","is"],["537830","because"],["538095",""],["538360","I"],["538500","inadvertently"],["538980","deleted"],["539310","my"],["539400","buggy.c"],["539680","file."],["540110",""],["540540",""],["540800","If"],["541000","my"],["541130","buggy1.c"],["541470","file"],["541920",""],["542370","existed"],["542660",""],["542950","in"],["543130","the"],["543210","current"],["543470","directory,"],["543760",""],["544050","that"],["544440","line"],["544780","right"],["544970","there"],["545140","would"],["545230","actually"],["545510","tell"],["545680","me"],["545800","what"],["546110","the"],["546230","line"],["546480","of"],["546600","code"],["546920","literally"],["547205",""],["547490","reads."],["547770",""],["548050",""],["548330","Unfortunately,"],["548690","I"],["549050","deleted"],["549240","it."],["549380","We're"],["549470","going"],["549580","to"],["549620","have"],["549810","to"],["549960","kind"],["550230","of"],["550390","navigate"],["550670",""],["550950","through"],["551100","this"],["551470",""],["551775",""],["552080","a"],["552170","little"],["552360","more"],["552520","blindly."],["552790",""],["553060",""],["553492",""],["553924",""],["554356",""],["554790","OK,"],["554960","so"],["555240",""],["555520","let's"],["555710","see,"],["556010","what do"],["556210","I"],["556250","want"],["556440","to"],["556510","do"],["556810","here?"],["557070",""],["557330","Well,"],["557620",""],["557910",""],["558265",""],["558620","I"],["558885",""],["559150","would"],["559350","like"],["559510","to"],["559600","know"],["559780","what"],["560070","local"],["560430","variables"],["560770","maybe"],["560960","are"],["561070","available"],["561450","to"],["561550","me."],["561770","I've"],["561870","started"],["562000","my"],["562090","program."],["562400",""],["562710",""],["563140",""],["563570","Let's"],["563770","see"],["564040","what"],["564390","might"],["564710","be"],["565100",""],["565520",""],["565940",""],["566360","already"],["566615",""],["566870",""],["567125",""],["567380","initialized"],["567830","for us."],["568230",""],["568515","I type"],["568800","Info"],["569060","locals,"],["569390",""],["569720",""],["570185",""],["570650","no"],["570790","locals."],["571110",""],["571430","All"],["571500","right,"],["571730","so"],["571990","that"],["572130","doesn't"],["572310","give"],["572400","me"],["572480","a"],["572530","ton"],["572710","of"],["572810","information."],["573065",""],["573320",""],["573640",""],["573960","I"],["574070","could"],["574460","try"],["574620","and"],["574740","print"],["574960","out"],["575070","a"],["575110","variable,"],["575530","but I don't"],["575590","know any"],["575970","variable"],["576330","names."],["576655",""],["576980",""],["577290",""],["577600","I could"],["577740","try a"],["578040","back"],["578310","trace,"],["578690","but"],["578840","I'm"],["578980","inside"],["579340","of"],["579460","main,"],["579930","so"],["580195",""],["580460",""],["580700",""],["581010",""],["581360","I"],["581490","know"],["581730","I"],["581820","haven't made"],["582130","another"],["582380","function"],["582690","call"],["582910","right"],["583070","now."],["583410",""],["583710","So looks like"],["584020","my"],["584130","only"],["584360","options"],["584790","are"],["584920","to"],["585240","use"],["585700","n"],["586050","or"],["586290","so"],["586555","and"],["586820","start"],["587190","to dive"],["587360","in."],["587710","I'm"],["587790","going"],["587870","to"],["587920","use"],["588300","n."],["588650",""],["589140",""],["589630","So"],["589730","I"],["589790","type"],["590040","n."],["590510",""],["590845",""],["591180","Oh"],["591430","my"],["591560","gosh,"],["591860","what"],["592120","is"],["592270","going"],["592550","on"],["592730","here."],["593060","Program"],["593560","received"],["593950","signals,"],["594260",""],["594570","SIGSEGV"],["594855",""],["595140",""],["595340","segmentation"],["595675",""],["596010","fault,"],["596260","and then"],["596420","a"],["596450","whole"],["596660","bunch"],["596900","of"],["596950","stuff."],["597380",""],["597640",""],["597900","I'm"],["598060","already"],["598300","overwhelmed."],["598590",""],["598880","Well,"],["599380","there's"],["599800","actually"],["600060","a"],["600120","lot"],["600310","to"],["600380","be"],["600500","learned"],["600800","here."],["600980","So"],["601350","what"],["601550","does"],["601660","this"],["601820","tell"],["602010","us?"],["602250",""],["602520","What"],["602660","it"],["602730","tells"],["602990","us"],["603140","is,"],["603490",""],["603710","this"],["603890","program"],["604220","is"],["604390","about"],["604775",""],["605160","to,"],["605600",""],["605910","but"],["606010","hasn't"],["606320","yet,"],["606680",""],["606940",""],["607200","seg"],["607440","fault."],["607780",""],["608246",""],["608712",""],["609180","And"],["609640","in"],["609760","particular,"],["610260","I'm going to zoom in"],["610590","even"],["610870","further"],["611140","here,"],["611550",""],["612050",""],["612550","it's"],["612690","about"],["612980","to"],["613060","seg"],["613410","fault"],["613685",""],["613960",""],["614356",""],["614752",""],["615150","about"],["615430","something"],["615795",""],["616160","called"],["616455",""],["616750","strcmp."],["617010",""],["617270",""],["617525",""],["617780",""],["618180",""],["618580",""],["618980","Now,"],["619470","we"],["619670","may"],["619900","not have"],["620040","discussed"],["620430","this"],["620590","function"],["621090",""],["621510",""],["621930",""],["622350","extensively."],["622745",""],["623140","But"],["623480","it"],["623630","is--"],["623970",""],["624340","because"],["624520","we're not"],["624640","going to"],["624750","talk"],["624890","about"],["625000","every"],["625160","function"],["625460","that"],["625580","exists"],["625890","in"],["625940","the"],["626010","C"],["626150","standard"],["626450","library--"],["626860",""],["627220",""],["627580","but"],["627730","they're"],["627890","all"],["628030","available"],["628380","to"],["628490","you,"],["628610","particularly"],["628980","if"],["629020","you"],["629090","take"],["629240","a"],["629290","look"],["629460","at"],["629540","reference.cs50.net."],["629990",""],["630190",""],["630535",""],["630880",""],["631170",""],["631640",""],["632110","And"],["632290","strcmp"],["632620",""],["632940","is"],["633050","a"],["633190","really"],["633430","powerful"],["633830","function"],["634190","that"],["634280","exists"],["634680","inside"],["635000","of"],["635110","the"],["635190","string.h"],["635470",""],["635750",""],["636140",""],["636640","header"],["637140","file,"],["637470","which"],["637630","is"],["637750","a"],["637870","header"],["638070","file"],["638320","that"],["638450","is"],["638610","dedicated"],["639070","to"],["639350","functions"],["639790","that"],["640010","work"],["640280","with"],["640470","and"],["640550","manipulate"],["640815",""],["641080","strings."],["641345",""],["641610",""],["641970","And"],["642120","in"],["642210","particular,"],["642620","what"],["642780","strcmp"],["643170",""],["643550","does"],["644050",""],["644260","is"],["644430","it"],["644590","compares"],["644980",""],["645370",""],["645760",""],["646070","the"],["646170","values"],["646520",""],["646870",""],["647220",""],["647460","of"],["647660","two"],["647930",""],["648200",""],["648480","strings."],["648800",""],["649120",""],["649475",""],["649830","So"],["650100",""],["650370",""],["650500",""],["650850","I'm"],["651170","about to"],["651460","segmentation"],["651735",""],["652010","fault"],["652300","on"],["652450","a"],["652510","call"],["652850","to"],["652940","strcmp"],["653250",""],["653660","it"],["653800","seems."],["654160","I"],["654350","hit"],["654520","n,"],["654920",""],["655300","and"],["655540","in"],["655640","fact"],["655930","I"],["656000","get"],["656330","the"],["656400","message,"],["656790","program"],["657200","terminated"],["657590","with"],["657710","signal"],["658080","SIGSEGV"],["658530","segmentation"],["658875","fault."],["659220","So"],["659370","now"],["659640","I"],["659730","actually"],["660000","have"],["660230","seg"],["660460","faulted,"],["660910",""],["661370","and"],["661670","my"],["661800","program"],["662230","has"],["662430","pretty"],["662680","much"],["663000","effectively"],["663325",""],["663650",""],["664010",""],["664370",""],["664730","given"],["664910","up."],["665090",""],["665490",""],["665890",""],["666290",""],["666640","This"],["666990","is"],["667110","the"],["667230","end"],["667400","of the"],["667510","program."],["667770","It"],["667830","broke"],["668030","down,"],["668410","it crashed."],["668840",""],["669222",""],["669604",""],["669986",""],["670370","So"],["670715",""],["671060",""],["671470",""],["671880","wasn't"],["672200","a"],["672280","lot,"],["672585",""],["672890","but"],["673330","I actually"],["673750","did"],["674000","learn"],["674330","quite"],["674530","a"],["674560","bit"],["674740","from"],["674870","this"],["675130","little"],["675340","experience."],["675780",""],["676220",""],["676595",""],["676970","What have"],["677190","I"],["677260","learned?"],["677580","Well,"],["677940",""],["678290","my"],["678400","program"],["678760","crashes"],["679100",""],["679440","pretty"],["679790","much"],["679990","immediately."],["680345",""],["680700",""],["681140",""],["681580",""],["682020","My"],["682170","program"],["682600","crashes"],["682875",""],["683150","on"],["683260","a"],["683320","call"],["683710","to"],["683880","strcmp,"],["684250",""],["684670",""],["685073",""],["685476",""],["685880","but"],["686000","I"],["686300","don't"],["686550","have"],["686810","any"],["687030","local"],["687500","variables"],["687800",""],["688100","in"],["688170","my"],["688270","program"],["688530",""],["688790",""],["689250","at"],["689350","the"],["689430","time"],["689820","that it"],["690000","crashes."],["690280",""],["690560","So"],["690880",""],["691200",""],["691510",""],["691820","what"],["692230","string,"],["692660",""],["693090",""],["693540","or"],["693690","strings,"],["694050",""],["694410",""],["694695",""],["694980","could"],["695190","I"],["695260","possibly"],["695565",""],["695870","be"],["696070","comparing."],["696435",""],["696800",""],["697100",""],["697320","If"],["697400","I"],["697440","don't"],["697590","have"],["697750","any"],["697880","local"],["698130","variables,"],["698495",""],["698860",""],["699312",""],["699764",""],["700216",""],["700668",""],["701120",""],["701290",""],["701580","you"],["701870","might"],["702140","surmise"],["702490","that"],["702590","I"],["702620","have--"],["702950","there"],["703040","maybe"],["703240","is"],["703340","a"],["703390","global"],["703670","variable,"],["704080","which"],["704310","could"],["704460","be"],["704560","true."],["704890",""],["705205",""],["705520","But"],["705640","generally,"],["706120","it"],["706220","seems"],["706400","like"],["706520","I'm"],["706630","comparing"],["706976",""],["707322",""],["707670","to"],["707860","something"],["708360","that"],["708730","doesn't"],["709040",""],["709350","exist."],["709735",""],["710120",""],["710463",""],["710806",""],["711150",""],["711280",""],["711675",""],["712070","So"],["712360",""],["712650","let's"],["712960","investigate"],["713310","that"],["713430","a"],["713480","little"],["713610","further."],["713870",""],["714130","So I'm"],["714250","going to"],["714370","clear"],["714570","my"],["714670","screen."],["715120","I'm"],["715180","going"],["715260","to"],["715360","quit"],["715620","out"],["715780","of"],["715840","the"],["715920","GDB"],["716290","environment"],["716690","for a"],["716800","second."],["717280","And I'm"],["717590","thinking,"],["717920",""],["718250",""],["718700","OK,"],["719040","so"],["719170","there's"],["719330","no"],["719550","local"],["719880","variables"],["720360","in"],["720410","my"],["720490","program."],["720765",""],["721040",""],["721300","I"],["721420","wonder if"],["721840","maybe"],["722195",""],["722550","I'm"],["722680","supposed"],["723150","to"],["723230","pass"],["723525",""],["723820","in"],["724010","a"],["724060","string"],["724510",""],["724960",""],["725450","as"],["725610","a"],["725690","command"],["726130","line"],["726300","argument."],["726670","So"],["726750","let's"],["726900","just"],["727070","test"],["727300","this"],["727480","out."],["727610","I"],["727660","haven't"],["727930","done"],["728080","this"],["728210","before."],["728690",""],["729020","Let's"],["729220","see"],["729470","if"],["729590","maybe"],["729880","if"],["729980","I"],["730040","run"],["730290","this"],["730440","program"],["730750","with"],["730800","a"],["730900","command"],["731290","line"],["731480","argument"],["731890","it"],["732300","works."],["732600",""],["732900",""],["733348",""],["733796",""],["734244","Huh,"],["734692","no"],["735140","segmentation"],["735450",""],["735760","fault"],["735970","there."],["736140","It just"],["736320","told"],["736480","me"],["736550","that"],["736660","I"],["736720","figured"],["737120","it"],["737220","out."],["737540",""],["737870","So"],["737990","maybe"],["738300","that's"],["738550","the"],["738630","fix"],["738980","here."],["739170","And"],["739250","indeed,"],["739550",""],["739850",""],["740160",""],["740470","if"],["740640","I"],["740700","go"],["740850","back"],["741050","and"],["741130","look"],["741340","at"],["741410","the"],["741880","actual"],["742250","source"],["742600","code"],["742880",""],["743160",""],["743465",""],["743770",""],["744060",""],["744350",""],["744410",""],["744803",""],["745196",""],["745590","for"],["745750","buggy1.c,"],["746030",""],["746490",""],["746950",""],["747255",""],["747560","it"],["747710","seems"],["747970","as"],["748090","though"],["748290","what"],["748420","I'm"],["748520","doing"],["748840","is"],["748940","I'm"],["749030","making"],["749380","a"],["749460","call"],["749860","to"],["749950","strcmp"],["750270",""],["750750","without"],["751180","checking"],["751640","whether"],["751900","in"],["751990","fact"],["752330","argv[1]"],["752810",""],["753200","exists."],["753605",""],["754010","This"],["754220","is"],["754350","actually"],["754620","the"],["754700","source"],["755000","code"],["755210","for"],["755330","buggy1.c."],["755810",""],["756290",""],["756570",""],["756850","So"],["756990","what"],["757130","I"],["757190","really"],["757490","need"],["757590","to"],["757690","do"],["757860","here"],["758040","to"],["758110","fix"],["758420","my"],["758540","program,"],["758855","assuming"],["759170","I"],["759320","have"],["759530","the"],["759600","file"],["759870","in"],["759960","front"],["760150","of"],["760250","me,"],["760520",""],["760750","is to"],["760920","just"],["761190","add"],["761410","a"],["761490","check"],["761820","to"],["761920","make"],["762090","sure"],["762290","that"],["762460","argc"],["762890","is"],["763000","equal"],["763250","to"],["763370","2."],["763800",""],["764270",""],["764740","So"],["765080","this"],["765460","example,"],["765920","again,"],["766140","like"],["766290","I"],["766330","said,"],["766530","is"],["766620","a"],["766670","little"],["766910","bit"],["767060","contrived,"],["767530","right?"],["767780","You're generally"],["768060","not"],["768200","going"],["768290","to"],["768370","accidentally"],["768870","delete"],["769180","your"],["769290","source"],["769560","code"],["769840","and then"],["769920","have"],["770050","to"],["770140","try"],["770340","and"],["770560","debug"],["771050","the"],["771110","program."],["771465",""],["771820","But"],["771990","hopefully,"],["772340","it gave"],["772480","you"],["772540","an"],["772630","illustration"],["773120","of"],["773200","the"],["773290","kinds"],["773600","of"],["773710","things"],["773950","that you"],["774090","could"],["774180","be"],["774280","thinking"],["774730","about"],["775120","as"],["775410","you're"],["775520","debugging"],["775940","your"],["775980","program."],["776295",""],["776610","What's"],["776970","the"],["777060","state"],["777320","of"],["777420","affairs"],["777780","here?"],["777940",""],["778410",""],["778880","What"],["779060","variables"],["779500","do I"],["779570","have"],["779730","accessible"],["780210","to"],["780340","me?"],["780510","Where"],["780980","exactly"],["781350","is"],["781450","my"],["781530","program"],["781870","crashing,"],["782310","on"],["782420","what"],["782680","line,"],["782960",""],["783240",""],["783600","on"],["783810","what"],["784163","call"],["784516","to what"],["784870","function?"],["785240","What"],["785410","kind"],["785580","of"],["785750","clues"],["786180","does"],["786280","that"],["786500","give"],["786690","me?"],["786960",""],["787400","And"],["787540","that's"],["787660","exactly"],["788070","the"],["788160","kind"],["788370","of"],["788450","mindset"],["788800","that you"],["788910","should"],["789060","be"],["789150","getting"],["789400","into"],["789705",""],["790010","when"],["790130","you're"],["790200","thinking"],["790500","about"],["790660","debugging"],["791000","your"],["791100","programs."],["791395",""],["791690",""],["792066",""],["792442",""],["792820","I'm"],["792990","Doug"],["793180","Lloyd."],["793590",""],["793820","This"],["794205","is"],["794590","CS50."],["794890",""],["795190",""],["795490",""],["795790",""],["796090",""],["796390",""],["796690",""],["796990",""],["797290",""],["797590",""],["797890",""],["798190",""],["798490",""],["798790",""],["799090",""],["799390",""],["799690",""],["799990",""],["800290",""],["800590",""],["800890",""],["801190",""],["801490",""],["801790",""],["802090",""],["802390",""],["802690",""],["802990",""],["803290",""],["803590",""],["803890",""],["804190",""],["804490",""],["804790",""],["805090",""],["805390",""],["805690",""],["805990",""],["806290",""],["806590",""],["806890",""],["807190",""],["807490",""],["807790",""],["808090",""],["808390",""],["808690",""],["808990",""],["809290",""],["809590",""],["809890",""],["810190",""],["810490",""],["810790",""],["811090",""],["811390",""],["811690",""],["811990",""],["812290",""],["812590",""],["812890",""],["813190",""],["813490",""],["813790",""],["814090",""],["814390",""],["814690",""],["814990",""],["815290",""],["815590",""],["815890",""],["816190",""],["816490",""],["816790",""],["817090",""],["817390",""],["817690",""],["817990",""],["818290",""],["818590",""],["818890",""],["819190",""],["819490",""],["819790",""],["820090",""],["820390",""],["820690",""],["820990",""],["821290",""],["821590",""],["821890",""],["822190",""],["822490",""],["822790",""],["823090",""],["823390",""],["823690",""],["823990",""],["824290",""],["824590",""],["824890",""],["825190",""],["825490",""],["825790",""],["826090",""],["826390",""],["826690",""],["826990",""],["827290",""],["827590",""],["827890",""],["828190",""],["828490",""],["828790",""],["829090",""],["829390",""],["829690",""],["829990",""],["830290",""],["830590",""],["830890",""],["831190",""],["831490",""],["831790",""],["832090",""],["832390",""],["832690",""],["832990",""],["833290",""],["833590",""],["833890",""],["834190",""],["834490",""],["834790",""],["835090",""],["835390",""],["835690",""],["835990",""],["836290",""],["836590",""],["836890",""],["837190",""],["837490",""],["837790",""],["838090",""],["838390",""],["838690",""],["838990",""],["839290",""],["839590",""],["839890",""],["840190",""],["840490",""],["840790",""],["841090",""],["841390",""],["841690",""],["841990",""],["842290",""],["842590",""],["842890",""],["843190",""],["843490",""],["843790",""],["844090",""],["844390",""],["844690",""],["844990",""],["845290",""],["845590",""],["845890",""],["846190",""],["846490",""],["846790",""],["847090",""],["847390",""],["847690",""],["847990",""],["848290",""],["848590",""],["848890",""],["849190",""],["849490",""],["849790",""],["850090",""],["850390",""],["850690",""],["850990",""],["851290",""],["851590",""],["851890",""],["852190",""],["852490",""],["852790",""],["853090",""],["853390",""],["853690",""],["853990",""],["854290",""],["854590",""],["854890",""],["855190",""],["855490",""],["855790",""],["856090",""],["856390",""],["856690",""],["856990",""],["857290",""],["857590",""],["857890",""],["858190",""],["858490",""],["858790",""],["859090",""],["859390",""],["859690",""],["859990",""],["860290",""],["860590",""],["860890",""],["861190",""],["861490",""],["861790",""],["862090",""],["862390",""],["862690",""],["862990",""],["863290",""],["863590",""],["863890",""],["864190",""],["864490",""],["864790",""],["865090",""],["865390",""],["865690",""],["865990",""],["866290",""],["866590",""],["866890",""],["867190",""],["867490",""],["867790",""],["868090",""],["868390",""],["868690",""],["868990",""],["869290",""],["869590",""],["869890",""],["870190",""],["870490",""],["870790",""],["871090",""],["871390",""],["871690",""],["871990",""],["872290",""],["872590",""],["872890",""],["873190",""],["873490",""],["873790",""],["874090",""],["874390",""],["874690",""],["874990",""],["875290",""],["875590",""],["875890",""],["876190",""],["876490",""],["876790",""],["877090",""],["877390",""],["877690",""],["877990",""],["878290",""],["878590",""],["878890",""],["879190",""],["879490",""],["879790",""],["880090",""],["880390",""],["880690",""],["880990",""],["881290",""],["881590",""],["881890",""],["882190",""],["882490",""],["882790",""],["883090",""],["883390",""],["883690",""],["883990",""],["884290",""],["884590",""],["884890",""],["885190",""],["885490",""],["885790",""],["886090",""],["886390",""],["886690",""],["886990",""],["887290",""],["887590",""],["887890",""],["888190",""],["888490",""],["888790",""],["889090",""],["889390",""],["889690",""],["889990",""],["890290",""],["890590",""],["890890",""],["891190",""],["891490",""],["891790",""],["892090",""],["892390",""],["892690",""],["892990",""],["893290",""],["893590",""],["893890",""],["894190",""],["894490",""],["894790",""],["895090",""],["895390",""],["895690",""],["895990",""],["896290",""],["896590",""],["896890",""],["897190",""],["897490",""],["897790",""],["898090",""],["898390",""],["898690",""],["898990",""],["899290",""],["899590",""],["899890",""],["900190",""],["900490",""],["900790",""],["901090",""],["901390",""],["901690",""],["901990",""],["902290",""],["902590",""],["902890",""],["903190",""],["903490",""],["903790",""],["904090",""],["904390",""],["904690",""],["904990",""],["905290",""],["905590",""],["905890",""],["906190",""],["906490",""],["906790",""],["907090",""],["907390",""],["907690",""],["907990",""],["908290",""],["908590",""]],"paragraphs":[0,5640,31250,60980,88620,112290,135880,163040,187540,213130,237820,260200,287860,317650,346310,382680,412510,433620,455570,485440,507080,533350,554790,583710,618980,641970,676970,705520,729020,756850,776610,792820],"speakers":{"5640":"DOUG LLOYD"}}