Debug en Bennu WIP15c2

Started by TYCO, November 20, 2008, 02:53:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TYCO

[code language="bennu"]PROGRAM pruebas;

BEGIN
    set_mode(640,480,8);
    Frame(2000);
    debug;
    While (NOT key(_esc)) Frame; End
END[/code]

Ese simple código no muestra la consola de debug;

Cuando estás con un set_mode(800,600,16), abres la consola... y vas haciendo F8 (Trace) y llegas a un set_mode(640,480,8) también se cierra Bennu, pero si llegas aun set_mode(640,480,16) no se cierra. Debe ser algo con los 8Bits.
Programador, Escritor/Guionista y Deportista.

Todo Modo Gráfico tiene por detrás una Línea de Comandos.

SnowCraft Remake (100%)
Rally Mortal (87%)

Sandman

You must import mod_debug in order to use the console.

The console failing in 8bit is fixed in the unreleased version.
-- Sandman

TYCO

Sandman: The error occurs with all imported DLL.

set_mode(640,480,8); change by set_mode(640,480,16);, and it works.

Entonces este problema está resuelto para la siguiente versión???
Programador, Escritor/Guionista y Deportista.

Todo Modo Gráfico tiene por detrás una Línea de Comandos.

SnowCraft Remake (100%)
Rally Mortal (87%)

Sandman

Yes, the bug is solved in the coming version.
-- Sandman