1

DSUSR Visual Studio Solution File

  • retag add tags

Has anyone tried to use the example Visual Studio project provided for model debugging?

It is mentioned in Section 1.4.6 of the Program Operation Manual.

I have set this up, and I can get Visual Studio to start PSS/E as part of the debugging process.

I can see that the dsusr.dll file has been loaded along with its debugging symbols.

However, when I run through the steps in PSS/E that should stop the execution at the breakpoints, no breakpoint stopping occurs.

The Visual Studio IDE shows an information message at the breakpoints.

"The breakpoint will not currently be hit. No symbols have been loaded for this document."

Has anyone else seen this message? Is there a way to fix this?

Thanks.

jfconroy's avatar
186
jfconroy
asked 2019-09-27 11:18:27 -0500, updated 2019-09-27 11:19:02 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi jfconroy, It happened to me the same.

In my case I had to go to Debug-> Options and settings->Debugging->Symbols then I added the the pdb files locations and asked to load all symbols. After doing that it started to work.

I hope it helps.

MadjeIST's avatar
1
MadjeIST
answered 2019-09-28 01:38:38 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for your help, it sent me in the right direction. It was a problem with the debugging symbols file; it did not have the correct name.

jfconroy's avatar jfconroy (2019-10-01 02:41:35 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer