VSCode crashes on inspecting C# objects on linux

-1

As the title says really, when debugging our .NET Core app in Ubuntu, everytime I hover over a large local variable VSCode just freezes and then crashes.

Im getting the error: The target process exited with code 0 (0x00000000) while evaluating the function 'NHibernate.Collection.Generic.PersistentGenericBag.ToString'.

I should say that the code runs without any errors when I am not debugging, it only crashes when trying to inspect a variable. My colleagues on windows machines do not have any issues debugging either, so I dont think the issue is with the actual code.

We are using .NET Core 3.1 and NHibernate 5.2.6 (I have tried updating the project to .NET Core 5.0 and get the same result)

Has anyone had a problem with evaluating variables with NHibernate or Ubuntu VSCode before? What was your solution?

c#
visual-studio-code
nhibernate
asked on Stack Overflow Jan 13, 2021 by m.tracey • edited Jan 13, 2021 by m.tracey

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0