Yes, this new version is also written for GnuCOBOL, and I will soon make it available under an open-source license. The CGI libraries, which fully emulate the Fujitsu CGI libraries, will also be open source, as well as the EXTFH version for GnuCOBOL. The new debugger, and more generally my work, is entirely focused on web-side development
Hi Eugenio great job ! A lot of debuggers are popping up here lately. In the meantime, I have also rewritten a new visual debugger. first I developed a GnuCOBOL library that emulates the Fujitsu CGI module, since I am planning to move my web application to GnuCOBOL. The next step will be to try rewriting the Fujitsu ISAM module for GnuCOBOL as well. https://www.tp-one.it/debugger.gif
Hi i have upload a new gnucobol open source tools. it perform a file description analysis and write an output result file. You can use it by command line. In the past used a cobfd 16bit executable but rigth now I need to manage it with a 32bit or 64bit architecture so I wrote one that has the same output. it's a first pre release version ... https://gnucobol.altervista.org
The opencobol italian group site has been moved to gnucobol.altervista.org work in progress but take a look . The guicobol project is going ahead.
Maybe a typo by changing a few lines. It seems strange. I'll take a look these days.
Did you run agartest succesfully ? Actually i am working under ubuntu 16.04 lts . Due to a machine allingment some pointers have fixed length ii guess your trouble is that. To take a short test you should have to write aa sample that simple create aa form.very simple with guicobol. Brian was looking to give a strong solution. Actually it runs with aa work around.
Thanks
Yes that is what i meant... justo to give you an example on my windows pc I used to include my copy... SET COB_COPY_DIR=C:\OPENCOBOL\COPY;F:\STIPEURO\CBL;F:\STIPEURO\CPY Federico MESSAGGIO ORIGINALE Hi federico, thanks for the fast reply! I don't exactly understand what you mean by: how.kind.of grammar did you use to attach the other folders? I exported the debuggers installation directory /opt/gd which contains the procanim.cpy and workanim.cpy with: export COBCPY="$COBCPY:/opt/gd" and the errors...
I think that simply I will change the animator configuration name with some like as "AnimatorConfigurationFile".... depending on running operating system ...it's time to refresh the project... :-) MESSAGGIO ORIGINALE Yes, the period in the environment variable is sub-optimal. @priolof do you see any option to change this to an underscore (or use both, with the period as fall-back value)? @breis11: COB_ENV_MANGLE should likely work around the issue (but has a global scope). Debugger Support for GnuCobol...
thanks for the feedback Simon I am get used with Fujitsu where my licensed version uses 256 as limit. So I can increase it. I will add this as fix. Thanks again. Inviato dal mio dispositivo Huawei-------- Messaggio originale --------Oggetto: [tp-cobol-debugg:discussion] Re: Debugger Support for GnuCobol 3.0Da: Simon Sobisch sf-mensch@users.sourceforge.netA: "[tp-cobol-debugg:discussion] " general@discussion.tp-cobol-debugg.p.re.sourceforge.netCC: Federico, can you please recheck? All paths should...
Yes It runs fine under 3.0 Federico Priolo < MESSAGGIO ORIGINALE Hello dear folks, as i cannot find any information regarding this topic, i'd like to ask if the current version of the debugger generally works with GnuCobol Compiler 3.0? Currently we are not able to get the Debugger functional.. Thank you very much for any hints or information! Kind Regards Debugger Support for GnuCobol 3.0 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/tp-cobol-debugg/discussion/general/...
David, thanks you for the reply you gave to Paul, I am so sorry for him I got some personaly troubles and really wasn't able to help him... generally I give any support... Btw, I hope your explanation will help him to solve .. in any case I want to say that the .ani source is not only a cobol source but it is really "the" cobol source for the animator. So for investigate about trouble one can simple to take a look inside it.. Federico
take a look at TP COBOL documentation folder
Unfortunately i wasnt able during last weeks to give you a more appropriate suppport in order at your request..maybe these days i Will be more availableInviato dal mio dispositivo Huawei-------- Messaggio originale --------Oggetto: [tp-cobol-debugg:discussion] TP-Debugger ErrorsDa: Paul Richards paoloricardo@users.sourceforge.netA: "[tp-cobol-debugg:discussion] " installing@discussion.tp-cobol-debugg.p.re.sourceforge.netCC: FedericoAre you able to assist me in correcting theerrors I received?---TP-Debugger...
no you have to run the animator with -k parameter this allows the animator to leave the .ani file. inside you can find the core of the animator It Simply add COBOL statements to arrange the process.Inviato dal mio dispositivo Huawei-------- Messaggio originale --------Oggetto: [tp-cobol-debugg:discussion] TP-Debugger ErrorsDa: Paul Richards paoloricardo@users.sourceforge.netA: "[tp-cobol-debugg:discussion] " installing@discussion.tp-cobol-debugg.p.re.sourceforge.netCC: FedericoAre these the files...
i didnt check for them yetInviato dal mio dispositivo Huawei-------- Messaggio originale --------Oggetto: [tp-cobol-debugg:discussion] TP-Debugger ErrorsDa: Paul Richards paoloricardo@users.sourceforge.netA: "[tp-cobol-debugg:discussion] " installing@discussion.tp-cobol-debugg.p.re.sourceforge.netCC: FedericoHave you an explanation as to why I am getting these errors?---TP-Debugger Errors---Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/tp-cobol-debugg/discussion/installing/To...
may you attach the ani file ?Inviato dal mio dispositivo Huawei-------- Messaggio originale --------Oggetto: [tp-cobol-debugg:discussion] TP-Debugger ErrorsDa: Paul Richards paoloricardo@users.sourceforge.netA: "[tp-cobol-debugg:discussion] " installing@discussion.tp-cobol-debugg.p.re.sourceforge.netCC: I am trying to debug/animate a program and I am getting errors I do not understand.The relevant code in my program is as follows:95 procedure division.96 97 *** main loop 98 99 01-function-select.100...
no others update were releasedFedericoInviato dal mio dispositivo Huawei-------- Messaggio originale --------Oggetto: [tp-cobol-debugg:discussion] Any update ?Da: Eugenio Di Lorenzo dilodilo@users.sourceforge.netA: "[tp-cobol-debugg:discussion] " installing@discussion.tp-cobol-debugg.p.re.sourceforge.netCC: Hi Federico, It's been a year since the last release.Do you have any improvements or updates to be released?---Any update ?---Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/tp-cobol-debugg/discussion/installing/To...
it seems to be correct. did you test also other COBOL samples?
Yes the project is alive. I am working to move guicobol under gtk 3.0 libraries but I got some troubles.. However GUIcobol is very "similar" to powercobol. The goal is add strong gui capabilites to gnucobol and I think that that "best" is powercobol idea . Federico
Thanks for the reply ... looking at the code with -debug and more deeply into the gtk3 (the previous code was running fine compiled with gtk 2.) I have realized they added a new event to set on so the trouble is readin the linkage parameters to obtain the key code pressed . I have to change ocgtk.c or use the addevent /runevent routines that I added in the first guicobol version .... just working but this seems to be the trouble. So no gncobol problem indeed ! ps. I added the original cobol source...
Thanks for the reply ... looking at the code with -debug and more deeply into the gtk3 (the previous code was running fine compiled with gtk 2.) I have realized they added a new event to set on so the trouble is readin the linkage parameters to obtain the key code pressed . I have to change ocgtk.c or use the addevent /runevent routines that I added in the first guicobol version .... just working but this seems to be the trouble. So no gncobol problem indeed ! ps. I added the original cobol source...
This is the trouble that I am getting using the linkage attempt to reference unallocated memory (signal SIGSEGV) abnormal termination - file contents may be incorrect it seems due to accessing gtk-window passed at linkage but for another it runs fine. two code examples... first doesn't run second. runs without trouble... Could be a gtk bug ? ps. adding extern the compiler show: MNEMONIC NAME ... should have "."... using the procedure division extern using.... identification division. 002130 program-id....
Yes. I am becoming to update the ocgtk.c to ocgtk3.oc with new invoked libraries..gtk has a lot of really interesting.. After I want use a rad method.. so implement the method-id... to avoid to write lot of cobol code. but also other to implement rad application. guicobol used the glade designer loading objects from xml... we have a lot of possibility Federico
Hi I also think the better gui for cobol is powercobol. Unfortunately discontinued from fujitsu. I am updating the experimental guicobol that has the same powercobol idea. I would like move to gtk3 so a gui application could be used from a browser. Guicobol works with opencobol 1.1 and gtk2 libraries but just to have an idea you can take a look also at http://www.opencobol.altervista.org/index.php/tabella-section Federico
Yes getting closer !!
Yes ! however now...adding this $(pkg-config --cflags --libs gtk+-3.0) cobc: unrecognized option '-pthread' this the -info output.-- seems strange.. it has the bcc compiler inside that i use first ...after from cobc. doesnt' run. Regards Federico cobc (GnuCOBOL) 2.0.0 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY...
Yes I know that I have to change lot of gtk deprecated libraries. When I wrote the guicobol just for an experimental job I added lot of them.. i need to check for the latest and fix the ocgk.c source. This is ok. I won't use this with Broadway without change that. Actually the goal is compile it.... first ! ....change the ocgtk deprecated routines and then change guicobol ...actually when you use a method you have to write an entire procedure identification division. 002130 program-id. lostfocus....
Hi All I am moving the guicobol experimental tool under ubuntu and gtk3. I am getting some trouble... some are about the gtk libraries for examples i remmed a combo text routines since it give me a mistake (I didn't go in deep to solve this but right now it a second problem). The trouble is that running the cobol code it issue a lib load mistake. libcob: cannot find module 'CBL_OC_GTK_INIT_CHECK' I attached the project with ./compila.sh that build all modules and run the test. Any advices ? Fede...
Hi All I am moving the guicobol experimental tool under ubuntu and gtk3. I am getting some trouble... some are about the gtk libraries for examples i remmed a combo text routines since it give me a mistake (I didn't go in deep to solve this but right now it a second problem). The trouble is that running the cobol code it issue a lib load mistake. libcob: cannot find module 'CBL_OC_GTK_INIT_CHECK' I attached the project with ./compila.sh that build all modules and run the test. Any advices ? Fedr...
About the .log file. It was removed after earlier versions.. the code still contains...
Yes but I mean the -w option in the animator (not animate ) This is the -w usage...
thank you for the support you're giving to the project. a user guide was really needed...
hi Eugenio you did a great work. thanks a lot. in order the question you were asking...
Hi Dave yes you're right.. Invoking the animator without arguments this will show...
Fixed with the 2.2 (incoming version..) Federico
Hi all I am planning to update the project moving Guicobol under linux and updating...
Hi all I am planning to update the project moving Guicobol under linux and updating...
The mistake is that the animator cannot acces a specific element from a table. you...
could you please send here the cobol sample you used for the test ? it seems to be...
Yes use the -o parameter to pass some specific option to the cobc Federico
When you run the animator it works by inserting inside the cobol source hits code...
I am glad Simon helped you to solve and that you can now try the animator. the animator...
...Press any key to continue without any issue messages ? The pause routines is called...
Yes your're right LOCAL STORAGE can be found since it is allocated on the stack and...
Yes when I wrote the animator I supposed the code you are working around is a code...
Yes when I wrote the animator I supposed the code you are working around a code contains...
Me too. :-) mck9 mck9@users.sf.net ha scritto: [bugs:#24] Missing X qualifier Status:...
THis is "Pure" cobol code for general purpose. I wrote it just to translate 64base...
yes this code is just to give an idea... Actually I have to write for a eml server...
yes this code is just to give an idea... Actually I have to write for a eml server...
THis is "Pure" cobol code for general purpose. I wrote it just to translate 64base...
Hi all I must work with some files with base64 code inside. Before writing some for......
off topic: the new version for gnucobol 2.0.1 is available. http://sourceforge.net/projects/tp-cobol-debugg/...
Nice code. Federico
HI Scott, The 2.1 works better since I fixed some bugs you mentioned in your previous...
Yes Scott I used the 2.1 that is the last debugger version that I am currently working...
I cannot find this trouble. IDENTIFICATION DIVISION. PROGRAM-ID. prova. ENVIRONMENT...
Reading level numbers
Fixed with the next update 2.1. (soon available). I checked the trouble with other...
yES Scott, the period is a mistake. Reading the code I left it for a mistake. Just...
yES Scott, the period is a mistake. Reading the code I left it for a mistake. Just...
Finding DATA DIVISION
Just solved re-installing the compiler. Probably due to a broken dll... Federico
Just solved re-intalling the compiler. Probably due to a broken dll... Federico
Hi all, I am having some troubles since I moved some variables declaration with external...
HI Scott thanks for the message. Here my answers. "I don't see any reason to restrict...
Actually you can set a conditional break point.. or a "change" break point that will...
The sample way should be increase the tpd-watch-title.. more than 30 bytes. I wrote...
This trouble requires to be fixed soon. I have to investigate better how the free...
Thanks for the input. I will fix with next update. with the AND instead of OR it...
Thanks for the input. I will fix with next update. with the and runs find. about...
Thanks for the input. I will fix with next update. Federico
Thanks the the input. I will fix with next update. Federico
Thanks for advice about the trouble. I fixed it by adding a spaces...before and after......
You right I know that reading italian code comments and variable names doesn't help...
Hi Scott I wrote the tpbinar since many years ago I wrote a cobol zip program. After...
Hi Scott. it seems to be a ncursor trouble. I wrote the animator and I tested if...
I fixed both troubles you have found first is a missing statement while -d is requested...
There is a bug when using -d feature (maybe the bug was present also with the previous...
There is a bug when using -d feature (maybe the bug was present also with the previous...
The animator allows you to use the -d features. Due a missing statement you cannot...
The animator allow you to use the -d features. Due a missing statement you cannot...
There is a bug when using -d features (maybe the bug where present also with the...
off topic: the new version for gnucobol 2.0 is available. http://sourceforge.net/projects/tp-cobol-debugg/...
Generate var list from preprocessing, not program listing
The new 2.0 release has been uploaded. It process both 2.0 and 1.1
Support for newer OpenCOBOL versions (broken from 2.0 on)
I am writing the update for tp-cobol-debugger and it runs fine with gnucobol 2.0...
I am writing the update for tp-cobol-debugger and it runs fine with gnucobol 2.0...
The experimental GuiCobol has the same Powercobol gui idea. I wrote it just using...
I made some corrections on Guicobol just to upload an example (see attachment file)....
I did some test about broadway. Since guicobol uses gtk+2.16 release (I stoppped...
Nice indeed. I should have to test it with Guicobol (that uses gtk and opencobol...
A new release of OpensourceCobol has been uploaded ... The Japanese fork is also...