Perl-LanguageServer icon indicating copy to clipboard operation
Perl-LanguageServer copied to clipboard

INIT block troubles

Open CyprusSocialite opened this issue 2 years ago • 1 comments

Whenever I have a script use (usually by proxy) a package with an INIT block - such as IO:Socket::SSL, Test2::API, Test::Builder - this effectively disables all breakpoints and the script runs to completion without ever stopping.

If I enable stopOnEntry, the initial stop is on one of these INIT blocks, and I can proceed only via Step Over/Into/Out, because Continuing skips all breakpoints same as above.

CyprusSocialite avatar Feb 05 '24 14:02 CyprusSocialite

Do you have a small test script which can be used to reproduce the problem?

richterger avatar Jan 11 '25 16:01 richterger