-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Se cierra bucle infinito para que cuando no exista la palabra vuelva …
…a pedir otra palabra
- Loading branch information
Showing
8 changed files
with
93 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
// Use IntelliSense para saber los atributos posibles. | ||
// Mantenga el puntero para ver las descripciones de los existentes atributos. | ||
// Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "dashmips", | ||
"request": "launch", | ||
"name": "Dashmips (Run With Logging)", | ||
"program": "${file}", | ||
"registerFormat": "dec", | ||
"cwd": "${workspaceFolder}", | ||
"host": "localhost", | ||
"port": 2390, | ||
"dashmipsCommand": "python -m dashmips debug", | ||
"dashmipsArgs": [ | ||
"-i", | ||
"localhost", | ||
"-p", | ||
"2390", | ||
"-l" | ||
], | ||
"args": [], | ||
"stopOnEntry": false | ||
}, | ||
{ | ||
"type": "dashmips", | ||
"request": "launch", | ||
"name": "Dashmips (Run)", | ||
"program": "${file}" | ||
}, | ||
{ | ||
"type": "dashmips", | ||
"request": "launch", | ||
"name": "Dashmips (Run With Logging)", | ||
"program": "${file}", | ||
"registerFormat": "dec", | ||
"cwd": "${workspaceFolder}", | ||
"host": "localhost", | ||
"port": 2390, | ||
"dashmipsCommand": "python -m dashmips debug", | ||
"dashmipsArgs": [ | ||
"-i", | ||
"localhost", | ||
"-p", | ||
"2390", | ||
"-l" | ||
], | ||
"args": [], | ||
"stopOnEntry": false | ||
} | ||
|
||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch4jConfig> | ||
<dontWrapJar>false</dontWrapJar> | ||
<headerType>gui</headerType> | ||
<jar>C:\Config\MIPSasm\GeneradorSopaLetra\dist\GeneradorSopaLetra.jar</jar> | ||
<outfile>C:\Config\MIPSasm\GeneradorSopaLetra\dist\sopaLetras.exe</outfile> | ||
<errTitle></errTitle> | ||
<cmdLine></cmdLine> | ||
<chdir>.</chdir> | ||
<priority>normal</priority> | ||
<downloadUrl>http://java.com/download</downloadUrl> | ||
<supportUrl></supportUrl> | ||
<stayAlive>false</stayAlive> | ||
<restartOnCrash>false</restartOnCrash> | ||
<manifest></manifest> | ||
<icon></icon> | ||
<jre> | ||
<path></path> | ||
<bundledJre64Bit>false</bundledJre64Bit> | ||
<bundledJreAsFallback>false</bundledJreAsFallback> | ||
<minVersion>1.6.0</minVersion> | ||
<maxVersion></maxVersion> | ||
<jdkPreference>preferJre</jdkPreference> | ||
<runtimeBits>64/32</runtimeBits> | ||
</jre> | ||
</launch4jConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters