gnucobol-debug icon indicating copy to clipboard operation
gnucobol-debug copied to clipboard

Debugging doesn't start

Open nbros opened this issue 1 year ago • 5 comments

After configuring launch.json and hitting F5 in a compiled Cobol file, debugging doesn't start and I see the following error in the Extension host (remote) output:

[error] TypeError: Cannot read properties of undefined (reading 'pid')
	at Timeout._onTimeout (/home/user/.vscode-server/extensions/olegkunitsyn.gnucobol-debug-2.31.37/out/src/mi2.js:477:32)
	at listOnTimeout (node:internal/timers:559:17)
	at processTimers (node: internal/timers:502:7)

nbros avatar Apr 22 '23 12:04 nbros