Login Page - Create Account

Support Board


Date/Time: Mon, 03 Nov 2025 15:14:17 +0000



Post From: Visual Studio Debugging Issue

[2020-07-26 10:47:48]
ForgivingComputers.com - Posts: 1150
That is normal behavior when debugging. While your study is compiled for debugging, SierraChart_64.exe is not, so you can't single step out of your study back into the main application. Continue is required.