With the help comes to us a program called decode (), which is very nice lua debugger. | С помощью приходит к нам программу под названием декодирования (), что очень приятно Lua отладчик. |
Virtual Pascal is a free 32-bit Pascal compiler, IDE, and debugger for OS/2 and Microsoft Windows, with some limited Linux support. | Virtual Pascal - бесплатный 32-битный Pascal компилятор, IDE и отладчик для OS/2 и Microsoft Windows, с ограниченной поддержкой Linux. |
Error: Debugger has no files loaded or libxslt has not reached a reloading files or taking more steps. | Ошибка: в отладчик не загружено ни одного файла либо libxslt не получил доступ к шаблону. Попытайтесь перезагрузить файлы или выполнить больше шагов. |
Configure and start the debugger first. | Настройте и запустите отладчик. |
The GNU Debugger (GDB) is a portable debugger that runs on many Unix-like systems and works for many programming languages, including Ada, C, C++, Objective-C, Free Pascal, Fortran, Go and partially others. | GNU Debugger - переносимый отладчик проекта GNU, который работает на многих UNIX-подобных системах и умеет производить отладку многих языков программирования, включая Си, C++, Free Pascal, FreeBASIC, Ada, Фортран и Rust. |
Unlike an application debugger, SoftICE is capable of suspending all operations in Windows when instructed. | В отличие от прикладного отладчика, SoftICE способен приостановить все операции в Windows, что очень важно для отладки драйверов. |
These editors also provide a convenient way to run a compiler, interpreter, debugger, or other program relevant for the software development process. | Такие редакторы предоставляют удобный способ для запуска компилятора, интерпретатора, отладчика или других программ, необходимых в процессе разработки программного обеспечения. |
Fatal error: Aborting debugger due to an unrecoverable error. | Критическая ошибка: остановка отладчика. |
Microsoft (R) SQL Server Script Task Debugger Launcher Version Copyright (C) Microsoft Corp 2003. All rights reserved. | Запускающий модуль отладчика задач Сценарий Microsoft (R) SQL Server Версия (C) Корпорация Майкрософт, 2003. Все права защищены. |
The ability to attach the debugger to an already-running process is also unavailable, hindering scenarios such as writing Windows services and re-attaching a debugger under ASP.NET when errors under the original debugging session cause breakpoints to be ignored. | Возможность отладки для запущенного процесса также была удалена, препятствующие сценарии, такие, как написание служб Windows и перезапуск отладчика под ASP.NET при обнаружении ошибок в соответствии с первоначальной точкой останова, должны быть проигнорированы. |
Depending on what the debugger plugin supports, all or a subset of the following functionality will be available. | В зависимости от модуля отладки, могут появиться не все из перечисленных ниже функций. |
distel also allows to store current state of debugger and restore it on another selected node, that is very useful when you need to restart Erlang's node and continue debugging from the same place. | Еще одной возможностью distel полезной для отладки является то, что пакет может сохранить текущее состояние отладчика, и затем восстановить его на выбранном узле, что крайне полезно в тех случаях, когда вам необходимо перезапустить узел Erlang и продолжить отладку с того места, где вы остановились. |
To implement interface to debugger, the distel package uses same modules, as debugger from Erlang's distribution. | Для реализации возможности отладки приложений, distel использует те же модули, что и отладчик, идущий в составе Erlang. |
To use a debugger for your project, open the project settings and chose a suitable debugger plugin. To alter debugger specific settings, press the'Options' button next to the debugger plugin drop down. | Перейдите в настройки проекта и выберите модуль отладки. Чтобы настроить его, нажмите кнопку 'Параметры' справа от выпадающего списка. |
To become an advanced JavaScript debugger, you'll need to know about the debuggers available to you, the typical JavaScript debugging workflow, and code requirements for effective debugging. | Чтобы эффективно пользоваться дебаггером, вам надо знать о доступных инструментах, об обычном рабочем процессе отладки в JavaScript и требованиям к коду для его эффективной отладки. |
In more recent versions of Safari, the debugger has been integrated into WebInspector. | В более поздних версиях Safari, дебаггер встроен в WebInspector. |
Wait until the debugger pauses execution and makes it possible to step through the code. | Ждете, пока дебаггер не приостановит выполнение и не даст возможность просмотреть код шаг за шагом. |
The applications are a compiler, a debugger, an applet-viewer, as well as a variety of auxilliary programs, necessary to generate and test Java applications and Java applets. | В него также включены компилятор, дебаггер, апплет-вьювер. В общем все, что нужно для создания и тестирования программ и апплетов. |
Debuggers for many other programming languages have a "watch" concept that can break into the debugger when a variable changes. | Дебаггеры во многих других языках программирования имеют концепцию "watch", которая способна оповещать дебаггер при изменениях какой-либо переменной. |
Safari has both the Drosera JS debugger and a DOM viewer called WebInspector. | У Safari есть и дебаггер Drosera JS и DOM viewer называемый WebInspector. |
fig. 4: the Dragonfly debugger command line, outputting [object Text]. | Рисунок 4: Командная строка дебаггера Dragonfly, выводит [object Text]. |
JavaScript debugger user interfaces (UIs) are becoming more polished, more standardized across products, and easier to use, thus making it easier for both experts and novices to learn JavaScript debugging. | Пользовательский интерфейс дебаггера Javascript (UIs) становится лучше, среди продуктов появилось больше стандартов, им стало проще пользоваться и таким образом, становится проще, как экспертам, так и новичкам в изучении процесса отладки в JavaScript. |
It actually stops at the line of debugging code you added because this is where the debugger statement is. | Вообще-то, остановка будет осуществлена на коде, который вызывает отладку, так как именно там идет выражение дебаггера. |
You've learned how to set break points both from the debugger and from scripts, how to step through code, how to use the debugger user interface, how to set advanced break points, and how to integrate bookmarklets in your debugging techniques. | Вы изучили как устанавливать точки остановки со скрипта и с отладчика, как делать пошаговое выполнение кода, как использовать пользовательский интерфейс дебаггера. |
The main shortcoming of the Visual Studio Debugger is its inability to trace into kernel-mode code. | Основной недостаток Visual Studio Debugger заключается в невозможности отслеживать в коде режима ядра. |
For years, employees of Cygnus Solutions were the maintainers of several key GNU software products, including the GNU Debugger and GNU Binutils (which included the GNU Assembler and Linker). | Годами служащие Cygnus Solutions поддерживали некоторые ключевые GNU-программы, среди которых GNU Debugger и GNU Binutils (который включает GNU Assembler и Linker). |
Backtrace of clamscan: if possible send us the backtrace obtained from gdb, the GNU Project Debugger. | трассировка clamscan: если возможно, отправляйте нам трассировку, полученную от gdb, GNU Project Debugger. |
Implemented Kernel Debugger extension for extraction logs from crashdump. | Сделан Kernel Debugger extension для извлечения логов из crashdump'a. |
Added option - last for ls/list and save commands in Kernel Debugger extension. Allows view/save only last N messages. | В Kernel Debugger extension добавлена опция - last в командах ls/list и save для просмотра N последних сообщений. |