You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I imagine most C# .NET 5 users on Linux running your software will be using visual studio code.
The subscriber brings the debugger down, which might be easier for you to troubleshoot (can't create a reproducible setup for them (they'll probably not have a license), so I though i'll post this here).
In 2_hello_world/csharp:
** add the license to the USER_QOS_PROFILES.xml
** Generate the cs files /opt/rti_connext_dds-6.1.0/bin/rtiddsgen -language c# ../hello_world.idl
** Copy the generated files to the csharp folder
** Run dotnet restore && dotnet build
Running dotnet run --sub and dotnet run --pub will work, i.e. samples are received.
When debugging the subscriber in vscode, e.g with a launch file:
as soon as the subscriber receives data, the debugger exits saying "hello_world.dll has exited with code 0" and coredumpctl list dotnet exited with SIGTRAP.
This renders the strong types unusable, which is a deal-breaker, DynamicData works.
Any ideas as to how to go about fixing this?
The text was updated successfully, but these errors were encountered:
Hi there,
I imagine most C# .NET 5 users on Linux running your software will be using visual studio code.
The subscriber brings the debugger down, which might be easier for you to troubleshoot (can't create a reproducible setup for them (they'll probably not have a license), so I though i'll post this here).
Steps to reproduce:
** add the license to the USER_QOS_PROFILES.xml
** Generate the cs files
/opt/rti_connext_dds-6.1.0/bin/rtiddsgen -language c# ../hello_world.idl
** Copy the generated files to the csharp folder
** Run dotnet restore && dotnet build
Running
dotnet run --sub
anddotnet run --pub
will work, i.e. samples are received.When debugging the subscriber in vscode, e.g with a launch file:
as soon as the subscriber receives data, the debugger exits saying "hello_world.dll has exited with code 0" and coredumpctl list dotnet exited with SIGTRAP.
This renders the strong types unusable, which is a deal-breaker, DynamicData works.
Any ideas as to how to go about fixing this?
The text was updated successfully, but these errors were encountered: