[Harbour-users] Debug / two windows?

Suporte - Tribal Brasil suporte at tribalbrasil.com
Thu Feb 25 07:53:55 EST 2010


Massimo,

    I am not sure how to attach on the list's messages but this time I'm
trying again with a 32.2KB zip file. Let me know if it works now.
    Your sample works fine withtout showing that "mixing effect".
    My application is a bit more complex and has savescreen() restscreen()
that IMHO causes this "mixing effect"
    Seems that my app is saving the debug's screen and then restoring when I
command it to runs again. Maybe it is something that could be fixed on the
debugger too.
    Thanks for your willingness.

Qatan

----- Original Message ----- 
From: "Massimo Belgrano" <mbelgrano at deltain.it>
To: "Users of the Harbour compiler" <harbour-users at harbour-project.org>
Sent: Wednesday, February 24, 2010 3:43 PM
Subject: Re: [Harbour-users] Debug / two windows?


> Not a suggestion ,I write my sample to have a reference
> i not see your screehshoot
> here it not mixes debug screen with my app screen
> is problem mixes debug & your app also in my sample?
>
> Post one screen for messages
>
> 2010/2/24 Suporte - Tribal Brasil <suporte at tribalbrasil.com>
>
>> Massimo,
>>
>>   Is it necessary to request HB_GT_WVT twice?
>>   I use like this and it works well. Tested your way and notice no
>> difference.
>>
>>  announce HB_GTSYS                        // Avoid extra console screen
>>> request    HB_GT_WVT_DEFAULT
>>>
>>
>>   Is it really necessary to use these options? ( hmbk2 deb -b -lhbdebug
>> -gtwvt)
>>   I am using this way: (hbmk2 deb -b) and works well. Tested and didn't
>> see
>> any difference.
>>
>>   I just want o understand why you suggest to use this way.
>>
>>   Attached are some screenshots of what problem I have right now. It
>> mixes
>> debug screen with my app screen. This is why I was looking for any way to
>> have it in two windows or at least to avoid this "mixing effect".
>>
>>   Thank you any hint and help.
>>
>>
>>
>> Qatan
>>
>> ----- Original Message ----- From: "Massimo Belgrano" <
>> mbelgrano at deltain.it>
>> To: "Users of the Harbour compiler" <harbour-users at harbour-project.org>
>> Sent: Wednesday, February 24, 2010 11:37 AM
>>
>> Subject: Re: [Harbour-users] Debug / two windows?
>>
>>
>>  REQUEST HB_GT_WVT
>>> REQUEST HB_GT_WVT_DEFAULT
>>>
>>> function main
>>>   a=100
>>>   cls
>>>   @ 0,0 say "debug.test"
>>>   altd()
>>>   @ 1,10 say "a" get a
>>>   read
>>>   return
>>>
>>> hbmk2 deb -b -lhbdebug -gtwvt
>>>
>>> you can switch from debug to your application with F4
>>> afaik is not possible having in separate windows
>>>
>>> 2010/2/24 Suporte - Tribal Brasil <suporte at tribalbrasil.com>
>>>
>>>  Massimo,
>>>>
>>>>  Thanks for answering.
>>>>  I am using GT_WVT only
>>>>  This is a simple console application running on XP
>>>>  I use altd() and the debug works but the problem is that it runs on
>>>> the
>>>> same window my application is running.
>>>>  Is there any way to have my application running in one window and the
>>>> debug on other window?
>>>>  Thanks in advance.
>>>>
>>>> Qatan
>>>>
>>>>
>>>> ----- Original Message ----- From: "Massimo Belgrano" <
>>>> mbelgrano at deltain.it>
>>>> To: "Users of the Harbour compiler" <harbour-users at harbour-project.org>
>>>> Sent: Tuesday, February 23, 2010 7:29 PM
>>>> Subject: Re: [Harbour-users] Debug / two windows?
>>>>
>>>>
>>>>
>>>>  is default way -lhbdebug.lib the alt() in source or alt_d keybooard
>>>>
>>>>> wich gt are you using?
>>>>>
>>>>> 2010/2/23 Suporte - Tribal Brasil <suporte at tribalbrasil.com>
>>>>>
>>>>>  Hello,
>>>>>
>>>>>>
>>>>>>  Is there anyway to have the Debug running in one window and the main
>>>>>> application in other window?
>>>>>>  I am using Harbour from SVN. Simple console application using
>>>>>> HB_GT_WVT_DEFAULT only in Windows XP.
>>>>>>  Compiling with hbmk2 (-gui -b -jobs=100 -w2 -oCO *.prg )
>>>>>>  Thank you for any help.
>>>>>>
>>>>>> Qatan
>>>>>>
>>>>>>
>>>>>  --
>>> Massimo Belgrano
>>> _______________________________________________
>>> Harbour-users mailing list (attachment size limit: 40KB)
>>> Harbour-users at harbour-project.org
>>> http://lists.harbour-project.org/mailman/listinfo/harbour-users
>>>
>>
>> _______________________________________________
>> Harbour-users mailing list (attachment size limit: 40KB)
>> Harbour-users at harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour-users
>>
>>
>
>
> -- 
> Massimo Belgrano
> _______________________________________________
> Harbour-users mailing list (attachment size limit: 40KB)
> Harbour-users at harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour-users


More information about the Harbour-users mailing list