Search found 151 matches: debugging

Return to advanced search

Re: XIMAGE

We regret the inconvenience. While releasing 2111 we forgot to remove a trace we used for debugging. Please open \fwh\source\function\imgtxtio.prg. In the function FW_SaveImage() you please locate this code in Line No:2304 ? "here",valtype( uimage ), ...
by nageswaragunupudi
Wed Mar 06, 2024 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XIMAGE
Replies: 10
Views: 397

Re: SAPI : change Voice

... repo that allows to run Harbour from Visual Studio in debug mode: https://github.com/FiveTechSoft/harbour_app_msvc64_sources I have been debugging the Harbour code and it seems as when we try to assign oVoice:Voice if fails though it admits "Voice" as a valid message Its strange, ...
by Antonio Linares
Fri Jan 26, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3571

Re: copy a row of xbrowse

... ) All you need is there. This is the biggest benefit of FiveWin that you have source code of the classes. And xbrowse() is so great for debugging. Best regards, Otto Otto, For Only one Row this run ok (also on modify) MENUITEM "Copy" WHEN acopy=NIL .and. oBrw:IsSelectedRow(); ...
by Silvio.Falconi
Wed Dec 06, 2023 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5790

Re: copy a row of xbrowse

... ) All you need is there. This is the biggest benefit of FiveWin that you have source code of the classes. And xbrowse() is so great for debugging. Best regards, Otto
by Otto
Wed Dec 06, 2023 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5790

Re: Some problems with the FWH-debugger

Dear Michel,

debugging an event driven environment is not easy. Better use traces instead of a debugger
by Antonio Linares
Mon Sep 11, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 468

Re: RWD WebApp use mod_harbour

... simplicity, and as a visual person, I prefer things to be straightforward. Otto Personally, I prefer to complete the code, just open a file for debugging! :)
by ssbbs
Thu Jul 20, 2023 1:40 pm
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 753

Re: how to open devtoolswindow from application.

Dear Hakan,

https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/context-menus?tabs=cpp#adding-menu-items-to-a-context-menu

thats not simple at all and it would require some hours (if not days) of coding and debugging
by Antonio Linares
Sat Jul 08, 2023 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1143

Re: WorkSpaceList()

Yes indeed,

But just to see what is open while running the program. Can be handy for debugging.

aahh.. I forgot to mention that it is source from FW-Team. Sorry
by Marc Venken
Thu Jun 01, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WorkSpaceList()
Replies: 6
Views: 269

Re: TWebView:Destroy method does not close the window.

Dear Hakan,

I am thinking about low level debugging it using Visual Studio, unless a solution appears.

I don't think Steffen may be able to help on that...
by Antonio Linares
Fri Jul 29, 2022 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3084

Re: TXBROWSE:XLFORMULA2BLOCK( 0 )

... cFormula ) of XBrowse, while browsing an Array having one of more cells with text beginning with "=". This was created for purpose of debugging while developing the feature of using Excel like formulas in Arrays and we forgot the remove this. We will remove this in the next version. ...
by nageswaragunupudi
Thu Jul 21, 2022 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBROWSE:XLFORMULA2BLOCK( 0 )
Replies: 2
Views: 409

Re: FWH2206 startup error

in the new version of fivewin, antonio is working with the controls to give him the possibility of displaying on the web through socket, the debugging messages shown here are avoidable using the code that i put, since it would avoid using the changes described above.
by carlos vargas
Wed Jul 13, 2022 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2206 startup error
Replies: 14
Views: 1074

Re: SET ALTER TO cFile ?

Hi Jimmy,

for debugging or log I use the following:
outside the Main function a static cLog := ""
Then all debug info I append to cLog += 'interesting info' + CRLF.
At the end I call msginfo( cLog ).

May be this could work for you too.
Regards,
Detlef
by Detlef
Tue Jul 12, 2022 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ALTER TO cFile ?
Replies: 4
Views: 389

Re: If you send me an email and you don't get my answer...

... errorsysw.prg did the trick. There must be an error in my Z-ERROR1.PRG. In normal mode it is just working fine. It generates an error in debugging mode. But it is no problem for me to exclude my z-error1.prg in debugging mode. I'll check my Z-ERROR1.PRG later. Thanks a lot for your help. ...
by driessen
Fri Jul 08, 2022 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: If you send me an email and you don't get my answer...
Replies: 27
Views: 1220

Re: If you send me an email and you don't get my answer...

Antonio,

My clientversion of my application is build with harbour for many years.
I only used until now xHarbour for debugging reasons.
by driessen
Fri Jul 08, 2022 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: If you send me an email and you don't get my answer...
Replies: 27
Views: 1220

Re: New FWH 22.06

1. Why is the Webbing.prg example file empty
2. In many examples (e.g. raobug.prg), one or more messages appear at startup. Apparently, debugging is forgotten somewhere in the library
by Natter
Sat Jul 02, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 22.06
Replies: 25
Views: 2002
Next

Return to advanced search