https://bugs.documentfoundation.org/show_bug.cgi?id=148857

--- Comment #6 from Mike Kaganski <mikekagan...@hotmail.com> ---
FTR: running the DotNet6 config from the solution from comment 0, putting a
breakpoint to loadEnv (cppu/source/uno/lbenv.cxx), when it gets called for
"cli_uno", in the call to (*fpInit)( pEnv ), it will load the cli_uno.dll,
which will load C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll (seen
in VS debugger's Output window); shortly after, an exception is thrown (no idea
if it's important); and then, some assemblies for 4.0 will load, then unload;
and finally, cli_uno.dll will unload. Neither before, nor after, it will be
impossible to put a breakpoint to uno_initEnvironment in
cli_ure/source/uno_bridge/cli_bridge.cxx.

When debugging DotNetFramework4.8 config, the uno_initEnvironment in
cli_bridge.cxx will even be called directly, not from loadEnv.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to