This is a patch for icsdebug.exe from fixpak 8.
The stacksize for icsdebug.exe is too small.
The debugger overwrites part of its own environment variables (the ones with SET=...) which leads to strange behaviour and a broken online help.
This patch will increase the stacksize of icsdebug.exe to 1 MB (only fixpak 8).

1.) change to directory ibmcpp\bin
2.) backup icsdebug.exe
3.) copy icsdebug.ptc to ibmcpp\bin
4.) run "patch.exe icsdebug.ptc /A"


Notes for japanese,chinese,taiwanese,german users:
If context sensitive help/function help (Ctrl-H on a function name) does not work, here is a workaround that should make it work again.
Please note that this will enable ENGLISH help and not your language specific help.
I can only certify this for german help:

For japanese:
1.) change to directory ibmcpp\help
2.) copy dde4help.hlp to dde4helj.hlp
3.) copy dde4lde.msg to dde4lj.msg
4.) copy cppdhdi.inf to cppdhdij.inf

For chinese:
1.) change to directory ibmcpp\help
2.) copy dde4help.hlp to dde4h086.hlp
3.) copy dde4lde.msg to dde4l086.msg
4.) copy cppdhdi.inf to 086dhdi.inf

For taiwanese:
1.) change to directory ibmcpp\help
2.) copy dde4help.hlp to dde4h088.hlp
3.) copy dde4lde.msg to dde4l088.msg
4.) copy cppdhdi.inf to 088dhdi.inf

For german:
1.) change to directory ibmcpp\help
2.) copy dde4help.hlp to dde4h049.hlp
3.) copy dde4lde.msg to dde4l049.msg


