Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressHi Bernd,
Is this occurring for all programs?
Can you please create a small hello world test application that just does a call "CBL_DEBUGBREAK" at the beginning of the procedure division and then run this outside of the IDE?
Does it stop?
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressThis will not working...
here is the smal program ...
      $SET ANS85       *       *       *        GERUEST.CBL     COBOL Geruest-Programm       *        ===========     ========================================       *       *        xx.xx.xxxx  Bernd Riemke       *        ------------------------       *       *        LETZTE ÄNDERUNG:       *        ================       *       *       *       *================================================================ =        IDENTIFICATION DIVISION.        PROGRAM-ID.             GERUEST.        AUTHOR.                 BERND RIEMKE.        INSTALLATION.           BERND RIEMKE.        DATE-WRITTEN.           01MAI2013.        DATE-COMPILED.        ENVIRONMENT DIVISION.        CONFIGURATION SECTION.        SOURCE-COMPUTER.        IBM-PC-COMP.        OBJECT-COMPUTER.        IBM-PC-COMP.        SPECIAL-NAMES.          DECIMAL-POINT      IS COMMA.       *        INPUT-OUTPUT SECTION.       *---------------------       *        FILE-CONTROL.       *-------------       *        DATA DIVISION.       *==============       *        FILE SECTION.       *-------------       *        WORKING-STORAGE SECTION.       *------------------------       *
      *       *******************************************************************        PROCEDURE DIVISION.       *        HAUPTPROGRAMM SECTION.       *----------------------
           PERFORM VORLAUF.            PERFORM HAUPTLAUF.            PERFORM NACHLAUF.
       HAUPTPROGRAMM-E.       *            EXIT PROGRAM.            STOP RUN.
      *******************************************************************        VORLAUF SECTION.       *----------------
           CALL "CBL_DEBUGBREAK".
       VORLAUF-EE.            EXIT.
      *******************************************************************        HAUPTLAUF SECTION.       *------------------
 
       HAUPTLAUF-EE.            EXIT.
      *******************************************************************        NACHLAUF SECTION.       *-----------------
 
       NACHLAUF-EE.            EXIT.
      *******************************************************************       *******************************************************************       *******************************************************************       *******************************************************************       *******************************************************************
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressThis will not working...
here is the smal program ...
      $SET ANS85       *       *       *        GERUEST.CBL     COBOL Geruest-Programm       *        ===========     ========================================       *       *        xx.xx.xxxx  Bernd Riemke       *        ------------------------       *       *        LETZTE ÄNDERUNG:       *        ================       *       *       *       *================================================================ =        IDENTIFICATION DIVISION.        PROGRAM-ID.             GERUEST.        AUTHOR.                 BERND RIEMKE.        INSTALLATION.           BERND RIEMKE.        DATE-WRITTEN.           01MAI2013.        DATE-COMPILED.        ENVIRONMENT DIVISION.        CONFIGURATION SECTION.        SOURCE-COMPUTER.        IBM-PC-COMP.        OBJECT-COMPUTER.        IBM-PC-COMP.        SPECIAL-NAMES.          DECIMAL-POINT      IS COMMA.       *        INPUT-OUTPUT SECTION.       *---------------------       *        FILE-CONTROL.       *-------------       *        DATA DIVISION.       *==============       *        FILE SECTION.       *-------------       *        WORKING-STORAGE SECTION.       *------------------------       *
      *       *******************************************************************        PROCEDURE DIVISION.       *        HAUPTPROGRAMM SECTION.       *----------------------
           PERFORM VORLAUF.            PERFORM HAUPTLAUF.            PERFORM NACHLAUF.
       HAUPTPROGRAMM-E.       *            EXIT PROGRAM.            STOP RUN.
      *******************************************************************        VORLAUF SECTION.       *----------------
           CALL "CBL_DEBUGBREAK".
       VORLAUF-EE.            EXIT.
      *******************************************************************        HAUPTLAUF SECTION.       *------------------
 
       HAUPTLAUF-EE.            EXIT.
      *******************************************************************        NACHLAUF SECTION.       *-----------------
 
       NACHLAUF-EE.            EXIT.
      *******************************************************************       *******************************************************************       *******************************************************************       *******************************************************************       *******************************************************************
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressThis will not working...
here is the smal program ...
      $SET ANS85       *       *       *        GERUEST.CBL     COBOL Geruest-Programm       *        ===========     ========================================       *       *        xx.xx.xxxx  Bernd Riemke       *        ------------------------       *       *        LETZTE ÄNDERUNG:       *        ================       *       *       *       *================================================================ =        IDENTIFICATION DIVISION.        PROGRAM-ID.             GERUEST.        AUTHOR.                 BERND RIEMKE.        INSTALLATION.           BERND RIEMKE.        DATE-WRITTEN.           01MAI2013.        DATE-COMPILED.        ENVIRONMENT DIVISION.        CONFIGURATION SECTION.        SOURCE-COMPUTER.        IBM-PC-COMP.        OBJECT-COMPUTER.        IBM-PC-COMP.        SPECIAL-NAMES.          DECIMAL-POINT      IS COMMA.       *        INPUT-OUTPUT SECTION.       *---------------------       *        FILE-CONTROL.       *-------------       *        DATA DIVISION.       *==============       *        FILE SECTION.       *-------------       *        WORKING-STORAGE SECTION.       *------------------------       *
      *       *******************************************************************        PROCEDURE DIVISION.       *        HAUPTPROGRAMM SECTION.       *----------------------
           PERFORM VORLAUF.            PERFORM HAUPTLAUF.            PERFORM NACHLAUF.
       HAUPTPROGRAMM-E.       *            EXIT PROGRAM.            STOP RUN.
      *******************************************************************        VORLAUF SECTION.       *----------------
           CALL "CBL_DEBUGBREAK".
       VORLAUF-EE.            EXIT.
      *******************************************************************        HAUPTLAUF SECTION.       *------------------
 
       HAUPTLAUF-EE.            EXIT.
      *******************************************************************        NACHLAUF SECTION.       *-----------------
 
       NACHLAUF-EE.            EXIT.
      *******************************************************************       *******************************************************************       *******************************************************************       *******************************************************************       *******************************************************************
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressIt is NOT stoping!
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressIt is NOT stoping!
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressIt is NOT stoping!
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpresssorry...
here ist the small program...
      $SET ANS85
      *
      *
      *        GERUEST.CBL     COBOL Geruest-Programm
      *        ===========     ========================================
      *
      *        xx.xx.xxxx  Bernd Riemke
      *        ------------------------
      *
      *        LETZTE ĆNDERUNG:
      *        ================
      *
      *
      *
      *================================================================ =
       IDENTIFICATION DIVISION.
       PROGRAM-ID.             GERUEST.
       AUTHOR.                 BERND RIEMKE.
       INSTALLATION.           BERND RIEMKE.
       DATE-WRITTEN.           01MAI2013.
       DATE-COMPILED.
       ENVIRONMENT DIVISION.
       CONFIGURATION SECTION.
       SOURCE-COMPUTER.        IBM-PC-COMP.
       OBJECT-COMPUTER.        IBM-PC-COMP.
       SPECIAL-NAMES.          DECIMAL-POINT      IS COMMA.
      *
       INPUT-OUTPUT SECTION.
      *---------------------
      *
       FILE-CONTROL.
      *-------------
      *
       DATA DIVISION.
      *==============
      *
       FILE SECTION.
      *-------------
      *
       WORKING-STORAGE SECTION.
      *------------------------
      *
      *
      *******************************************************************
       PROCEDURE DIVISION.
      *
       HAUPTPROGRAMM SECTION.
      *----------------------
           PERFORM VORLAUF.
           PERFORM HAUPTLAUF.
           PERFORM NACHLAUF.
       HAUPTPROGRAMM-E.
      *
           EXIT PROGRAM.
           STOP RUN.
      *******************************************************************
       VORLAUF SECTION.
      *----------------
           CALL "CBL_DEBUGBREAK".
       VORLAUF-EE.
           EXIT.
      *******************************************************************
       HAUPTLAUF SECTION.
      *------------------
       HAUPTLAUF-EE.
           EXIT.
      *******************************************************************
       NACHLAUF SECTION.
      *-----------------
       NACHLAUF-EE.
           EXIT.
      *******************************************************************
      *******************************************************************
      *******************************************************************
      *******************************************************************
      *******************************************************************
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpresssorry...
here ist the small program...
      $SET ANS85
      *
      *
      *        GERUEST.CBL     COBOL Geruest-Programm
      *        ===========     ========================================
      *
      *        xx.xx.xxxx  Bernd Riemke
      *        ------------------------
      *
      *        LETZTE ĆNDERUNG:
      *        ================
      *
      *
      *
      *================================================================ =
       IDENTIFICATION DIVISION.
       PROGRAM-ID.             GERUEST.
       AUTHOR.                 BERND RIEMKE.
       INSTALLATION.           BERND RIEMKE.
       DATE-WRITTEN.           01MAI2013.
       DATE-COMPILED.
       ENVIRONMENT DIVISION.
       CONFIGURATION SECTION.
       SOURCE-COMPUTER.        IBM-PC-COMP.
       OBJECT-COMPUTER.        IBM-PC-COMP.
       SPECIAL-NAMES.          DECIMAL-POINT      IS COMMA.
      *
       INPUT-OUTPUT SECTION.
      *---------------------
      *
       FILE-CONTROL.
      *-------------
      *
       DATA DIVISION.
      *==============
      *
       FILE SECTION.
      *-------------
      *
       WORKING-STORAGE SECTION.
      *------------------------
      *
      *
      *******************************************************************
       PROCEDURE DIVISION.
      *
       HAUPTPROGRAMM SECTION.
      *----------------------
           PERFORM VORLAUF.
           PERFORM HAUPTLAUF.
           PERFORM NACHLAUF.
       HAUPTPROGRAMM-E.
      *
           EXIT PROGRAM.
           STOP RUN.
      *******************************************************************
       VORLAUF SECTION.
      *----------------
           CALL "CBL_DEBUGBREAK".
       VORLAUF-EE.
           EXIT.
      *******************************************************************
       HAUPTLAUF SECTION.
      *------------------
       HAUPTLAUF-EE.
           EXIT.
      *******************************************************************
       NACHLAUF SECTION.
      *-----------------
       NACHLAUF-EE.
           EXIT.
      *******************************************************************
      *******************************************************************
      *******************************************************************
      *******************************************************************
      *******************************************************************
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressPlease try doing a Repair of Net Express from Control Panel-->Programs and Features.
Thanks.
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpress
This will not be working...
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpress
This will not be working...
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpress
This will not be working...
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressIt sounds as if your Net Express install has become corrupted.
Can you uninstall the product or do you get the same error message?
If you cannot uninstall and reinstall then can you please do a registry dump of the Micro Focus hive and then send me the resultant file in an e-mail to chris.glazier@microfocus.com?
The command to execute would be:
reg query "HKLM\\Software\\Micro Focus" /s >regsave.txt
and then send the regsave.txt file to me.
Thanks.
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressHi Chris,
sorry that i come back now...
But i make a lot of test's with the Net Express Install on different machines...
Now i come back with the result that i can not find out what is goning on...
I Thing that there is something with the VS 2.2...
I send you the file that you whant...
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressHi Chris,
sorry that i come back now...
But i make a lot of test's with the Net Express Install on different machines...
Now i come back with the result that i can not find out what is goning on...
I Thing that there is something with the VS 2.2...
I send you the file that you whant...
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressHKEY_LOCAL_MACHINE\\Software\\Micro Focus     {959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}    REG_SZ    SOFTWARE\\Micro Focus\\NetExpress\\5.0\\Setup     {A585A889-A484-418F-9DBC-38137CB5AE8B}    REG_SZ    SOFTWARE\\Micro Focus\\NetExpress\\5.1\\Setup
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress     DefaultVersion    REG_SZ    5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL     selector    REG_SZ    S     Version    REG_SZ    5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0\\Environment     COBIDY    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\SOURCE;%COBIDY%     COBCPY    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\SOURCE";"E:\\NetExpress50\\Base\\SOURCE\\GUICL";"E:\\NetExpress50\\Base\\SOURCE\\BASECL";"E:\\NetExpress50\\Base\\SOURCE\\OLECL";%COBCPY%     LIB    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\LIB\\WIN64;%LIB%     PATH    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64;E:\\NetExpress50\\Base\\BIN;E:\\NetExpress50\\Packages\\x64;%PATH%     COBDIR    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\BIN\\WIN64";%COBDIR%     CLASSPATH    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64\\mfcobol.jar;.;%CLASSPATH%     INCLUDE    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\INCLUDE";E:\\NetExpress50\\Base\\INCLUDE;%INCLUDE%     COBLINK64    REG_SZ    E:\\NetExpress50\\Base\\BIN\\LINKER
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0\\Install     BIN    REG_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\Setup     RootDir    REG_SZ    E:\\NetExpress50\\     ProductName    REG_SZ    Micro Focus Net Express 5.0     UILevel    REG_SZ    5     UpgradesProp    REG_SZ        UserName    REG_SZ    .     UserCompany    REG_SZ    .     SerialNumber    REG_SZ        WorksOrderNumber    REG_SZ        SupportDir    REG_SZ    D:\\Temp2\\{959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}\\     ProductVersion    REG_SZ    5.005.0025     ProductCode    REG_SZ    {959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}     ProductLanguage    REG_SZ    1033     REG2005    REG_SZ        REG2003    REG_SZ        CUSTOM_START_MENU_CMD    REG_SZ    Net Express 64-Bit Command Prompt     CUSTOM_START_MENU    REG_SZ    Micro Focus Net Express 5.0     CUSTOM_START_MENU_NX    REG_SZ    Net Express     REG2008    REG_SZ   
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL     selector    REG_SZ    S     Version    REG_SZ    5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1\\Environment     COBIDY    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\SOURCE;%COBIDY%     COBCPY    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\SOURCE";"E:\\NetExpress51\\Base\\SOURCE\\GUICL";"E:\\NetExpress51\\Base\\SOURCE\\BASECL";"E:\\NetExpress51\\Base\\SOURCE\\OLECL";%COBCPY%     LIB    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\LIB\\WIN64;%LIB%     SCHEMA_PATH    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\SCHEMA"     MFTRACE_LOGS    REG_SZ    E:\\NetExpress51\\Base\\MFTRACE\\Logs     PATH    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64;E:\\NetExpress51\\Base\\BIN;E:\\NetExpress51\\Packages\\x64;%PATH%     COBDIR    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\BIN\\WIN64";%COBDIR%     CLASSPATH    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64\\mfcobol.jar;.;%CLASSPATH%     INCLUDE    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\INCLUDE";E:\\NetExpress51\\Base\\INCLUDE;%INCLUDE%     COBLINK64    REG_SZ    E:\\NetExpress51\\Base\\BIN\\LINKER
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1\\Install     BIN    REG_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\Setup     RootDir    REG_SZ    E:\\NetExpress51\\     ProductName    REG_SZ    Micro Focus Net Express 5.1     UILevel    REG_SZ    5     UpgradesProp    REG_SZ        UserName    REG_SZ    .     UserCompany    REG_SZ    .     SerialNumber    REG_SZ        WorksOrderNumber    REG_SZ        SupportDir    REG_SZ    D:\\Temp2\\{A585A889-A484-418F-9DBC-38137CB5AE8B}\\     ProductVersion    REG_SZ    5.100.0157     ProductCode    REG_SZ    {A585A889-A484-418F-9DBC-38137CB5AE8B}     ProductLanguage    REG_SZ    1033     CUSTOM_START_MENU_CMD    REG_SZ    Net Express 64-Bit Command Prompt     CUSTOM_START_MENU    REG_SZ    Micro Focus Net Express 5.1     CUSTOM_START_MENU_NX    REG_SZ    Net Express
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL     DefaultVersion    REG_SZ    2.2
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2     VCVSProductCode    REG_SZ    {8D0B91F5-DF5A-4AEF-923E-0AECB419478A}     VCVSProductVersion    REG_SZ    2.2.00244     VCVSProductExternalVersion    REG_SZ    2.2     VCVSProductName    REG_SZ    Micro Focus Visual COBOL     VCVSProductExternalName    REG_SZ    Micro Focus Visual COBOL {0}     VSEXTINSTALLDIR    REG_SZ    E:\\VisualStudio2010Premium\\Common7\\IDE\\Extensions\\Micro Focus\\Visual COBOL\\1.0\\     INSTALLDIR    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\     ALLUSERSPROFILEPRODUCT    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Config     dynamic_debug_cmd_ptrace    REG_SZ    "E:\\Visual_COBOL_2_1_VS2010\\bin\\mfjitvs.exe" %%%lX%%%lX%%%lX
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Environment     COBDIR    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\;%COBDIR%     PATH    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64\\;E:\\Visual_COBOL_2_1_VS2010\\binn64\\;E:\\Visual_COBOL_2_1_VS2010\\bin\\;%PATH%     LIB    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\lib64\\;%LIB%     COBCPY    REG_EXPAND_SZ    %COBCPY%;E:\\Visual_COBOL_2_1_VS2010\\cpylib\\;E:\\Visual_COBOL_2_1_VS2010\\cpylib\\basecl     MFTRACE_ANNOTATIONS    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\etc\\mftrace\\annotations     MFTRACE_LOGS    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\2.2\\mftrace\\logs     INCLUDE    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\include;%INCLUDE%     CLASSPATH    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin\\mfcobol.jar;E:\\Visual_COBOL_2_1_VS2010\\bin\\mfcobolrts.jar;E:\\Visual_COBOL_2_1_VS2010\\bin\\mfsqljvm.jar;%CLASSPATH%
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Install     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\Interface Mapping Toolkit
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\Interface Mapping Toolkit\\Install     SCHEMA    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\etc\\schema     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS\\Environment     TXDIR    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS\\Install     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64     WORK    REG_EXPAND_SZ    %USERPROFILE%\\Documents\\Micro Focus User\\Visual COBOL\\WORKAREA     HELP    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\help
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFDS
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFDS\\Install     DAT    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\     SCHEMA    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\MFDS\\     ART    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin\\art     HELP    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\help     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin
 
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressHKEY_LOCAL_MACHINE\\Software\\Micro Focus     {959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}    REG_SZ    SOFTWARE\\Micro Focus\\NetExpress\\5.0\\Setup     {A585A889-A484-418F-9DBC-38137CB5AE8B}    REG_SZ    SOFTWARE\\Micro Focus\\NetExpress\\5.1\\Setup
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress     DefaultVersion    REG_SZ    5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL     selector    REG_SZ    S     Version    REG_SZ    5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0\\Environment     COBIDY    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\SOURCE;%COBIDY%     COBCPY    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\SOURCE";"E:\\NetExpress50\\Base\\SOURCE\\GUICL";"E:\\NetExpress50\\Base\\SOURCE\\BASECL";"E:\\NetExpress50\\Base\\SOURCE\\OLECL";%COBCPY%     LIB    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\LIB\\WIN64;%LIB%     PATH    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64;E:\\NetExpress50\\Base\\BIN;E:\\NetExpress50\\Packages\\x64;%PATH%     COBDIR    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\BIN\\WIN64";%COBDIR%     CLASSPATH    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64\\mfcobol.jar;.;%CLASSPATH%     INCLUDE    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\INCLUDE";E:\\NetExpress50\\Base\\INCLUDE;%INCLUDE%     COBLINK64    REG_SZ    E:\\NetExpress50\\Base\\BIN\\LINKER
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0\\Install     BIN    REG_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\Setup     RootDir    REG_SZ    E:\\NetExpress50\\     ProductName    REG_SZ    Micro Focus Net Express 5.0     UILevel    REG_SZ    5     UpgradesProp    REG_SZ        UserName    REG_SZ    .     UserCompany    REG_SZ    .     SerialNumber    REG_SZ        WorksOrderNumber    REG_SZ        SupportDir    REG_SZ    D:\\Temp2\\{959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}\\     ProductVersion    REG_SZ    5.005.0025     ProductCode    REG_SZ    {959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}     ProductLanguage    REG_SZ    1033     REG2005    REG_SZ        REG2003    REG_SZ        CUSTOM_START_MENU_CMD    REG_SZ    Net Express 64-Bit Command Prompt     CUSTOM_START_MENU    REG_SZ    Micro Focus Net Express 5.0     CUSTOM_START_MENU_NX    REG_SZ    Net Express     REG2008    REG_SZ   
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL     selector    REG_SZ    S     Version    REG_SZ    5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1\\Environment     COBIDY    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\SOURCE;%COBIDY%     COBCPY    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\SOURCE";"E:\\NetExpress51\\Base\\SOURCE\\GUICL";"E:\\NetExpress51\\Base\\SOURCE\\BASECL";"E:\\NetExpress51\\Base\\SOURCE\\OLECL";%COBCPY%     LIB    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\LIB\\WIN64;%LIB%     SCHEMA_PATH    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\SCHEMA"     MFTRACE_LOGS    REG_SZ    E:\\NetExpress51\\Base\\MFTRACE\\Logs     PATH    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64;E:\\NetExpress51\\Base\\BIN;E:\\NetExpress51\\Packages\\x64;%PATH%     COBDIR    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\BIN\\WIN64";%COBDIR%     CLASSPATH    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64\\mfcobol.jar;.;%CLASSPATH%     INCLUDE    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\INCLUDE";E:\\NetExpress51\\Base\\INCLUDE;%INCLUDE%     COBLINK64    REG_SZ    E:\\NetExpress51\\Base\\BIN\\LINKER
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1\\Install     BIN    REG_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\Setup     RootDir    REG_SZ    E:\\NetExpress51\\     ProductName    REG_SZ    Micro Focus Net Express 5.1     UILevel    REG_SZ    5     UpgradesProp    REG_SZ        UserName    REG_SZ    .     UserCompany    REG_SZ    .     SerialNumber    REG_SZ        WorksOrderNumber    REG_SZ        SupportDir    REG_SZ    D:\\Temp2\\{A585A889-A484-418F-9DBC-38137CB5AE8B}\\     ProductVersion    REG_SZ    5.100.0157     ProductCode    REG_SZ    {A585A889-A484-418F-9DBC-38137CB5AE8B}     ProductLanguage    REG_SZ    1033     CUSTOM_START_MENU_CMD    REG_SZ    Net Express 64-Bit Command Prompt     CUSTOM_START_MENU    REG_SZ    Micro Focus Net Express 5.1     CUSTOM_START_MENU_NX    REG_SZ    Net Express
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL     DefaultVersion    REG_SZ    2.2
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2     VCVSProductCode    REG_SZ    {8D0B91F5-DF5A-4AEF-923E-0AECB419478A}     VCVSProductVersion    REG_SZ    2.2.00244     VCVSProductExternalVersion    REG_SZ    2.2     VCVSProductName    REG_SZ    Micro Focus Visual COBOL     VCVSProductExternalName    REG_SZ    Micro Focus Visual COBOL {0}     VSEXTINSTALLDIR    REG_SZ    E:\\VisualStudio2010Premium\\Common7\\IDE\\Extensions\\Micro Focus\\Visual COBOL\\1.0\\     INSTALLDIR    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\     ALLUSERSPROFILEPRODUCT    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Config     dynamic_debug_cmd_ptrace    REG_SZ    "E:\\Visual_COBOL_2_1_VS2010\\bin\\mfjitvs.exe" %%%lX%%%lX%%%lX
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Environment     COBDIR    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\;%COBDIR%     PATH    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64\\;E:\\Visual_COBOL_2_1_VS2010\\binn64\\;E:\\Visual_COBOL_2_1_VS2010\\bin\\;%PATH%     LIB    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\lib64\\;%LIB%     COBCPY    REG_EXPAND_SZ    %COBCPY%;E:\\Visual_COBOL_2_1_VS2010\\cpylib\\;E:\\Visual_COBOL_2_1_VS2010\\cpylib\\basecl     MFTRACE_ANNOTATIONS    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\etc\\mftrace\\annotations     MFTRACE_LOGS    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\2.2\\mftrace\\logs     INCLUDE    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\include;%INCLUDE%     CLASSPATH    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin\\mfcobol.jar;E:\\Visual_COBOL_2_1_VS2010\\bin\\mfcobolrts.jar;E:\\Visual_COBOL_2_1_VS2010\\bin\\mfsqljvm.jar;%CLASSPATH%
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Install     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\Interface Mapping Toolkit
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\Interface Mapping Toolkit\\Install     SCHEMA    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\etc\\schema     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS\\Environment     TXDIR    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS\\Install     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64     WORK    REG_EXPAND_SZ    %USERPROFILE%\\Documents\\Micro Focus User\\Visual COBOL\\WORKAREA     HELP    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\help
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFDS
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFDS\\Install     DAT    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\     SCHEMA    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\MFDS\\     ART    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin\\art     HELP    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\help     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin
 
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressHKEY_LOCAL_MACHINE\\Software\\Micro Focus     {959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}    REG_SZ    SOFTWARE\\Micro Focus\\NetExpress\\5.0\\Setup     {A585A889-A484-418F-9DBC-38137CB5AE8B}    REG_SZ    SOFTWARE\\Micro Focus\\NetExpress\\5.1\\Setup
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress     DefaultVersion    REG_SZ    5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL     selector    REG_SZ    S     Version    REG_SZ    5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0\\Environment     COBIDY    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\SOURCE;%COBIDY%     COBCPY    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\SOURCE";"E:\\NetExpress50\\Base\\SOURCE\\GUICL";"E:\\NetExpress50\\Base\\SOURCE\\BASECL";"E:\\NetExpress50\\Base\\SOURCE\\OLECL";%COBCPY%     LIB    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\LIB\\WIN64;%LIB%     PATH    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64;E:\\NetExpress50\\Base\\BIN;E:\\NetExpress50\\Packages\\x64;%PATH%     COBDIR    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\BIN\\WIN64";%COBDIR%     CLASSPATH    REG_EXPAND_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64\\mfcobol.jar;.;%CLASSPATH%     INCLUDE    REG_EXPAND_SZ    "E:\\NetExpress50\\Base\\INCLUDE";E:\\NetExpress50\\Base\\INCLUDE;%INCLUDE%     COBLINK64    REG_SZ    E:\\NetExpress50\\Base\\BIN\\LINKER
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\COBOL\\5.0\\Install     BIN    REG_SZ    E:\\NetExpress50\\Base\\BIN\\WIN64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.0\\Setup     RootDir    REG_SZ    E:\\NetExpress50\\     ProductName    REG_SZ    Micro Focus Net Express 5.0     UILevel    REG_SZ    5     UpgradesProp    REG_SZ        UserName    REG_SZ    .     UserCompany    REG_SZ    .     SerialNumber    REG_SZ        WorksOrderNumber    REG_SZ        SupportDir    REG_SZ    D:\\Temp2\\{959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}\\     ProductVersion    REG_SZ    5.005.0025     ProductCode    REG_SZ    {959202C8-ADC9-45DE-BFC3-D0DB2B3EC085}     ProductLanguage    REG_SZ    1033     REG2005    REG_SZ        REG2003    REG_SZ        CUSTOM_START_MENU_CMD    REG_SZ    Net Express 64-Bit Command Prompt     CUSTOM_START_MENU    REG_SZ    Micro Focus Net Express 5.0     CUSTOM_START_MENU_NX    REG_SZ    Net Express     REG2008    REG_SZ   
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL     selector    REG_SZ    S     Version    REG_SZ    5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1\\Environment     COBIDY    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\SOURCE;%COBIDY%     COBCPY    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\SOURCE";"E:\\NetExpress51\\Base\\SOURCE\\GUICL";"E:\\NetExpress51\\Base\\SOURCE\\BASECL";"E:\\NetExpress51\\Base\\SOURCE\\OLECL";%COBCPY%     LIB    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\LIB\\WIN64;%LIB%     SCHEMA_PATH    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\SCHEMA"     MFTRACE_LOGS    REG_SZ    E:\\NetExpress51\\Base\\MFTRACE\\Logs     PATH    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64;E:\\NetExpress51\\Base\\BIN;E:\\NetExpress51\\Packages\\x64;%PATH%     COBDIR    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\BIN\\WIN64";%COBDIR%     CLASSPATH    REG_EXPAND_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64\\mfcobol.jar;.;%CLASSPATH%     INCLUDE    REG_EXPAND_SZ    "E:\\NetExpress51\\Base\\INCLUDE";E:\\NetExpress51\\Base\\INCLUDE;%INCLUDE%     COBLINK64    REG_SZ    E:\\NetExpress51\\Base\\BIN\\LINKER
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\COBOL\\5.1\\Install     BIN    REG_SZ    E:\\NetExpress51\\Base\\BIN\\WIN64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\NetExpress\\5.1\\Setup     RootDir    REG_SZ    E:\\NetExpress51\\     ProductName    REG_SZ    Micro Focus Net Express 5.1     UILevel    REG_SZ    5     UpgradesProp    REG_SZ        UserName    REG_SZ    .     UserCompany    REG_SZ    .     SerialNumber    REG_SZ        WorksOrderNumber    REG_SZ        SupportDir    REG_SZ    D:\\Temp2\\{A585A889-A484-418F-9DBC-38137CB5AE8B}\\     ProductVersion    REG_SZ    5.100.0157     ProductCode    REG_SZ    {A585A889-A484-418F-9DBC-38137CB5AE8B}     ProductLanguage    REG_SZ    1033     CUSTOM_START_MENU_CMD    REG_SZ    Net Express 64-Bit Command Prompt     CUSTOM_START_MENU    REG_SZ    Micro Focus Net Express 5.1     CUSTOM_START_MENU_NX    REG_SZ    Net Express
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL     DefaultVersion    REG_SZ    2.2
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2     VCVSProductCode    REG_SZ    {8D0B91F5-DF5A-4AEF-923E-0AECB419478A}     VCVSProductVersion    REG_SZ    2.2.00244     VCVSProductExternalVersion    REG_SZ    2.2     VCVSProductName    REG_SZ    Micro Focus Visual COBOL     VCVSProductExternalName    REG_SZ    Micro Focus Visual COBOL {0}     VSEXTINSTALLDIR    REG_SZ    E:\\VisualStudio2010Premium\\Common7\\IDE\\Extensions\\Micro Focus\\Visual COBOL\\1.0\\     INSTALLDIR    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\     ALLUSERSPROFILEPRODUCT    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Config     dynamic_debug_cmd_ptrace    REG_SZ    "E:\\Visual_COBOL_2_1_VS2010\\bin\\mfjitvs.exe" %%%lX%%%lX%%%lX
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Environment     COBDIR    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\;%COBDIR%     PATH    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64\\;E:\\Visual_COBOL_2_1_VS2010\\binn64\\;E:\\Visual_COBOL_2_1_VS2010\\bin\\;%PATH%     LIB    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\lib64\\;%LIB%     COBCPY    REG_EXPAND_SZ    %COBCPY%;E:\\Visual_COBOL_2_1_VS2010\\cpylib\\;E:\\Visual_COBOL_2_1_VS2010\\cpylib\\basecl     MFTRACE_ANNOTATIONS    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\etc\\mftrace\\annotations     MFTRACE_LOGS    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\2.2\\mftrace\\logs     INCLUDE    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\include;%INCLUDE%     CLASSPATH    REG_EXPAND_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin\\mfcobol.jar;E:\\Visual_COBOL_2_1_VS2010\\bin\\mfcobolrts.jar;E:\\Visual_COBOL_2_1_VS2010\\bin\\mfsqljvm.jar;%CLASSPATH%
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\COBOL\\Install     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\Interface Mapping Toolkit
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\Interface Mapping Toolkit\\Install     SCHEMA    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\etc\\schema     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS\\Environment     TXDIR    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFCICS\\Install     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin64     WORK    REG_EXPAND_SZ    %USERPROFILE%\\Documents\\Micro Focus User\\Visual COBOL\\WORKAREA     HELP    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\help
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFDS
HKEY_LOCAL_MACHINE\\Software\\Micro Focus\\Visual COBOL\\2.2\\MFDS\\Install     DAT    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\     SCHEMA    REG_SZ    C:\\ProgramData\\Micro Focus\\Visual COBOL\\MFDS\\     ART    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin\\art     HELP    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\help     BIN    REG_SZ    E:\\Visual_COBOL_2_1_VS2010\\bin
 
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressSo what is the result of trying to uninstall the Net Express 5.1 product on your system?
Do you get the same message as when you try to repair it?
It also looks like you have a Net Express 5.0 version installed.
Does this show up in Control Panel -->Programs and Features?
Can you uninstall Net Express 5.0?
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressI have install and deinstall Ne 5.0 and 5.1... and so on...
All this will not working...
Is there a problem with VS 2.2 !?
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressI have install and deinstall Ne 5.0 and 5.1... and so on...
All this will not working...
Is there a problem with VS 2.2 !?
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressI have install and deinstall Ne 5.0 and 5.1... and so on...
All this will not working...
Is there a problem with VS 2.2 !?
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressOk...
Now I have made the following:
1. Deinstall all Micro Focus Products
2. Clear All Micro Focus Regestry Entrys
3. Install Net Express new...
Now the Debugger is comming up..
But the SourceFile is not be loading!?
Net Express ist starting after CBL_DEBUGBREAK
I can search for the IDY File..
After i load the IDY File Net Express is empty!?
If i Klick on "BREAK" then the Debugger load the Source File and stop the Debugging...
Now my question:
Is there a Regestry key for Show the loaded IDY File?
I Thing that there is any Regestry Entry wrong!?
                
     
                                    
            Hi!
After some Windows Updates the comand "CBL_DEBUGBREAK" is not more working!?
Nex Epress 5.1, lastest Fixes
Windows 7, 64 Bit
The Debugger will not come up if the Compiler find the comand...
What is wrong?
Regestry Key?
Best Regards
Bernd
#CBL_DEBUGBREAKNetExpressOk...
Now I have made the following:
1. Deinstall all Micro Focus Products
2. Clear All Micro Focus Regestry Entrys
3. Install Net Express new...
Now the Debugger is comming up..
But the SourceFile is not be loading!?
Net Express ist starting after CBL_DEBUGBREAK
I can search for the IDY File..
After i load the IDY File Net Express is empty!?
If i Klick on "BREAK" then the Debugger load the Source File and stop the Debugging...
Now my question:
Is there a Regestry key for Show the loaded IDY File?
I Thing that there is any Regestry Entry wrong!?