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" <[email protected]>
To: "Users of the Harbour compiler" <[email protected]>
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 <[email protected]>

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" <
[email protected]>
To: "Users of the Harbour compiler" <[email protected]>
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 <[email protected]>

 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)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users
_______________________________________________
Harbour-users mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to