Alaska Software Inc. - I have a problem with WAA...
Username: Password:
AuthorTopic: I have a problem with WAA...
José Carlos I have a problem with WAA...
on Wed, 10 Sep 2008 16:30:42 -0300
How to config the Visual XBase++ Editor to Debug a WAA Apllication ?

José Carlos
Microserv Tupã
São Paulo - Brazil
Jeremy SuiterRe: I have a problem with WAA...
on Thu, 11 Sep 2008 08:41:18 +0100
Jose

I use the fololowing in a batch file to start WAA in the debugger.

REM File: STARTWAA.BAT
REM
REM Purpose: Setting environment variables for
REM          WAA1SRV.EXE
REM

SET WAA_WORKERTHREADS=5
SET WAA_HOST=localhost
SET WAA_PORT=1024
SET WAA_TRACE=OFF
SET WAA_DEVMODE=ON
SET WAA_INTERNAL_LOG=OFF

start %1 xppdbg waa1srv.exe

Jeremy

"Jos Carlos" <msvjosecarlos@unisite.com.br> wrote in message 
news:766b5f7c$275aa0c7$2818@news.alaska-software.com...
> How to config the Visual XBase++ Editor to Debug a WAA Apllication ?
>
> Jos Carlos
> Microserv Tup
> So Paulo - Brazil