"Breakpoint" is not found on TREX in Romanian-English direction
Try Searching In English-Romanian (Breakpoint)

Low quality sentence examples

Breakpoint-uri și variabile locale.
Breakpoints and local variables.
Zero acţionează în calitate de breakpoint.
Zero acts as the breakpoint.
Da, elementul are funcția de memorie breakpoint.
Yes, the item has breakpoint memory function.
Deci, numai pentru aceste lucruri și breakpoint-urile ar fi minunate!
So, only for these, and breakpoints would be awesome!
Breakpoint-ul ar trebui să aibă acum o cruce albă pe el.
Your breakpoint should now have a white cross on it.
Fixați jumping la locația punctului de rupere în modelul breakpoint(bug 382652.
Fix jumping to breakpoint location in the breakpoint model(bug 382652.
Se pune un breakpoint in modulul C pe linia care apelează procedura asmConcat.
Add a breakpoint in the C module on the line that calls the asmConcat procedure.
Faceți clic dreapta pe cercul roșu al breakpoint-ului și selectați Edit Labels din meniu.
Right click the breakpoint's red circle and choose Edit Labels from the menu.
Iată un exemplu în care afișăm numai breakpoint-urile care au eticheta lor setată ca„Bug 3135”.
Here is an example where we only display breakpoints that have their label set to“Bug 3135”.
Adăugați puncte de întrerupere(Toggle Breakpoint), care rulează continuu(Start) și se oprește la punctele de întrerupere.
Add breakpoints(Toggle Breakpoint), running continuously(Start) and stopping at the breakpoints.
Dacă în M1 puteai pune un breakpoint și apoi urmareai stacktrace-ul ca sa vezi ce metode modifică ce anume, acum.
Maybe in M1 you could just put a breakpoint and look in the stacktrace to see what methods are changing what, but now.
Puteți întotdeauna utiliza această opțiune pentru a șterge numeroasele breakpoint-uri, însă trebuie să știți că această opțiune va șterge toate breakpoint-urile din întregul proiect.
You can always use this option to clear up your numerous breakpoints, but be aware that it will delete all the breakpoints in the entire project.
Pentru a încheia această lecție, să aruncăm o privire la meniul care apare atunci când faceți clic dreapta pe un breakpoint.
To conclude this lesson, let's take a look at the menu that appears when we right click a breakpoint.
Nu este necesar să setați manual un breakpoint pe linia următoare, când putem executa următoarele linii una câte una, folosind acest buton.
No need to manually set a breakpoint on the next line, when we can execute next lines one at a time, using this button.
Apăsați butonul Continue și veți vedea că execuția este transferată metodei ATreiMetoda(), întrerupându-se la breakpoint-ul de la sfârșitul acesteia.
Press the Continue button, and you will see the execution being transferred to MethodThree(), pausing at the breakpoint at the end of it.
Acest lucru indică faptul că breakpoint-ul este un breakpoint avansat, în acest caz, unul care va fi lovit numai atunci când se va îndeplini condiția specificată.
This indicates that the breakpoint is an advanced breakpoint, in this case, one that will be hit only when the condition we specified will be hit.
Și din moment ce am plasat un breakpoint în acea parte a codului, când execuția a fost transferată, breakpoint-ul a fost lovit și a întrerupt executarea programului.
And since we placed a breakpoint at that part of the code, when the execution was transferred to it, the breakpoint was hit and it paused the execution of the program.
Încheiem lecția despre breakpoint-uri. În următoarea lecție vom afla despre zonele de memorie Stack și Heap, ce sunt și cum ne pot ajuta.
In the next lesson we will learn about the Stack and the Heap memory areas, what they are and how they can help us.
Dar dacă vrem să întrerupem execuția linie cu linie pentru 10 linii, acest lucru ar deveni în curând enervant, să setăm și să ștergem breakpoint-uri tot timpul.
But if we want to pause the execution line by line for 10 lines, this will soon become annoying, setting and deleting breakpoints all the time.
Apăsați Continue din nou și veți vedea fereastra de consolă va fi restaurată și niciunul din breakpoint-urile noastre nu va mai avea săgeți galbene pe ele, în timp ce butonul Continue a redevenit dezactivat.
Press Continue again, and you will see the console window restoring to front and none of our breakpoints with yellow arrows on them, while the Continue button reverted to being grayed out.