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
I am trying to build a rhino app. It has a UI in WPF and the crash occurs when I trigger a command containing a BHoM method (Line 89) in it. The break point at the start of the command (Line 70) is not hit.
If I comment out the line with the BHoM method (Line 89) in it no crash occurs. The breakpoint at Line 70 is hit and I can continue on to execute the entire command.
A little more info on the project setup
Hope someone here has encountered and moved past this issue in the past?
The text was updated successfully, but these errors were encountered:
I am trying to build a rhino app. It has a UI in WPF and the crash occurs when I trigger a command containing a BHoM method (Line 89) in it. The break point at the start of the command (Line 70) is not hit.
If I comment out the line with the BHoM method (Line 89) in it no crash occurs. The breakpoint at Line 70 is hit and I can continue on to execute the entire command.
A little more info on the project setup
Hope someone here has encountered and moved past this issue in the past?
The text was updated successfully, but these errors were encountered: