1

I've got everything set up for remote debugging, when I attach to process my debugger shifts all my break points around. I assume this is because the code base is different maybe? What is the cause of this issue and how do I fix?

2 Answers 2

1

Try copying the debug symbols from your local build to your remote server.

Sign up to request clarification or add additional context in comments.

1 Comment

Or maybe build your application as debug, be sure to check "Emit debug info" and deploy to remote server.I recently do it same way and it works well.
0

The code base was different just slightly after promotion - pulling the source from the server and running that solution resolved this issue for me.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.