Login Page - Create Account

Support Board


Date/Time: Sat, 22 Feb 2025 17:54:24 +0000



Post From: Visual Studio Debugging Issue

[2020-07-25 19:06:04]
ondafringe - Posts: 304
I was aware of the installation sequence issues a lot of people were having, so made certain I followed the correct install order. However, I did remember I had a trial version of VS Pro 2019 from a year ago that was still installed. So just to be certain, I uninstalled that trial version, along with VS Community, along with anything else related to VS, along with anything that had C++ next to it. Once I removed all that, I restarted my PC and went through the install process again in the correct order.

And I still got that same error message: "SierraChart_64.pdb not loaded"

Things weren't making any sense. Turns out, that message only appeared whenever I had a break-point set, then Stepped through to the end of the code, and then, while my cursor was positioned just to the right of the very last brace at the bottom of the code, I clicked Step through or Step over to start the code recycle again. That's when I got the error message.

So the solution was this: when stepping through/over code and you get to the bottom of the app, don't try to Step back up to start the code cycle again, press F5, instead.

At least that works, so far. Keeping my fingers crossed!

Thanks...
Date Time Of Last Edit: 2020-07-25 19:11:18