-
Notifications
You must be signed in to change notification settings - Fork 13
Pausing execution does not work #124
Copy link
Copy link
Open
Description
Hi,
From #123 experimenting
program "essai.cbl" :
IDENTIFICATION DIVISION.
PROGRAM-ID. X51013T.
AUTHOR. Enregistrement signature compl.
DATE-COMPILED. 30/06/21.
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SOURCE-COMPUTER. IBM-370.
OBJECT-COMPUTER. IBM-370.
SPECIAL-NAMES.
DECIMAL-POINT IS COMMA.
DATA DIVISION.
WORKING-STORAGE SECTION.
LINKAGE SECTION.
PROCEDURE DIVISION.
ENTREE-PROGRAMME.
CONTINUE AFTER 10 SECONDS
PERFORM DEBUT-PROGRAMME
.
DEBUT-PROGRAMME.
DISPLAY 'HELLO WORLD'
.
launch.json :
{
"version": "0.2.0",
"configurations":
[
{
"name": "COBOL debugger launch",
"type": "gdb",
"request": "launch",
"cobcargs": ["-x"],
"cwd":"D:/testCobol",
"target": "D:/testCobol/essai.cbl",
"verbose": true,
}
]
}
My GNUCOBOL is here :
I try pausing my program when he is sleeping, i try PAUSE and F6 key on my keyboard but nothing happen.
@OlegKunitsyn Can you look at it ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels