473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

No symbols loaded when remote debugging



Hi there, I hope someone can help me with my problem.

I want to use remote debugging. The Program, that I want to debug runs
on machine b. Visual Studio runs on machine a. On machine b I have a
folder with the following files

msvcr72.dll msvsmon.exe NatDbgDE.dll NatDbgDEUI.dll NatDbgEE.dll
NatDbgEEUI.dll

If you think, there are files missing, could you also describe, where
I find them usually? In the next step I start the msvsmon.exe and my
program on machine b. On machine a I start Visual Studio 2008 and my
solution in which the program was written. Then I choose Debug -
Attach to Process. I take Remote Transport (Native Only with no
authentication). I use the correct IP as qualifier and take the right
process (program.exe). After a while the following message occurs in a
popup-window

"Unhandled exception at 0x7c812a7b in program.exe: 0xE0434F4D:
0xe0434f4d"

I have the possibility to continue or break, when continuing the
exception-message occurs again and again and again. So I pressed break
and then the following message occurs

"No symbols are loaded for any call stack frame. The source code
cannot be displayed.

I hope someone can help me. Thanks for any effort.

Greets

Sebastian
Sep 30 '08 #1
6 3075
On Sep 30, 7:23*am, "sebastian.the.muel...@googlemail.com"
<sebastian.the.muel...@googlemail.comwrote:

<snip>

And so it begins - this is the first time I've seen a post on the
newsgroup and Stack Overflow as a means of getting a broader audience,
but I'm sure it won't be the last.

To the OP: I'm afraid I don't have an answer to your question.

To the rest of the group: I think it's worth becoming familiar with
Stack Overflow (www.stackoverflow.com) if you're not already. I would
be sad to see newsgroups finally die as has been predicted for so many
years, but if they do, Stack Overflow will be a better alternative
than any other that I've seen so far.

Jon
Sep 30 '08 #2
On Mon, 29 Sep 2008 23:23:03 -0700, se*******************@googlemail.com
<se*******************@googlemail.comwrote:
[...]
I have the possibility to continue or break, when continuing the
exception-message occurs again and again and again. So I pressed break
and then the following message occurs

"No symbols are loaded for any call stack frame. The source code
cannot be displayed.
Have you copied the .pdb file over to the remote machine along with your
..exe?

It's been a few years since I've done any remote debugging and my
recollection might be wrong. But I think msvsmon.exe does symbol lookups
on its end, and for that it needs the .pdb file.

It's worth a try anyway. :) In any case, that error can happen when the
debugger can't find the .pdb file. So one way or the other, I think the
..pdb file is missing. Figure out why, and you'll solve your problem.

Pete
Sep 30 '08 #3
On Mon, 29 Sep 2008 23:27:30 -0700, Jon Skeet [C# MVP] <sk***@pobox.com>
wrote:
[...]
To the rest of the group: I think it's worth becoming familiar with
Stack Overflow (www.stackoverflow.com) if you're not already. I would
be sad to see newsgroups finally die as has been predicted for so many
years, but if they do, Stack Overflow will be a better alternative
than any other that I've seen so far.
Okay, I admit...I've looked at it all of three minutes. But,
topic-specific forums? Don't see them. What about maintaining
read/unread status? Killfiles? Offline access? Consolidation of
multiple forums in a single user-interface?

These are features that I find critically useful in a newsreader/newsgroup
environment. I'll miss the discussion if the newsgroups just disappear,
but I seriously doubt that a web site is going to be compelling enough as
a forum platform for me to bother. I've used dozens of web-based forums,
and have yet to see any implementation that includes all the important
features of a newsreader.

It's indeed unfortunate that the world seems to be moving more and more
toward web-based forums. There's so much missing from them, and the
headaches seemingly endless. Users that don't know the difference will, I
suppose, keep that technology alive. But many of the rest of us may well
just give up. :(

Of course, there is also the annoyance factor of having taken the time to
respond to a question when it turns out it's already been answered
elsewhere. I empathize with the OP's desire to reach the broadest
audience, but frankly there's no difference between what he's done here
and the much-abhorred practice of multi-posting to Usenet. It necessarily
will waste _someone's_ time, which is just plain rude.

Pete
Sep 30 '08 #4
On 30 Sep., 08:41, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
On Mon, 29 Sep 2008 23:23:03 -0700, sebastian.the.muel...@googlemail.com *

<sebastian.the.muel...@googlemail.comwrote:
[...]
I have the possibility to continue or break, when continuing the
exception-message occurs again and again and again. So I pressed break
and then the following message occurs
"No symbols are loaded for any call stack frame. The source code
cannot be displayed.

Have you copied the .pdb file over to the remote machine along with your *
.exe?

It's been a few years since I've done any remote debugging and my *
recollection might be wrong. *But I think msvsmon.exe does symbol lookups *
on its end, and for that it needs the .pdb file.

It's worth a try anyway. *:) *In any case, that error can happen whenthe *
debugger can't find the .pdb file. *So one way or the other, I think the *
.pdb file is missing. *Figure out why, and you'll solve your problem.

Pete
so I have to put the pdf-files in the folder of the remote debugger?
To all the dll's and the msvsmon.exe? I will try it.
Sep 30 '08 #5
On Mon, 29 Sep 2008 23:53:36 -0700, se*******************@googlemail.com
<se*******************@googlemail.comwrote:
so I have to put the pdf-files in the folder of the remote debugger?
No. In the same directory as the executable. And the file(s) (there may
be only one) are .pdb, not .pdf.
Sep 30 '08 #6
On Sep 30, 7:52*am, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
[...]
To the rest of the group: I think it's worth becoming familiar with
Stack Overflow (www.stackoverflow.com) if you're not already. I would
be sad to see newsgroups finally die as has been predicted for so many
years, but if they do, Stack Overflow will be a better alternative
than any other that I've seen so far.

Okay, I admit...I've looked at it all of three minutes. *But, *
topic-specific forums? *Don't see them.
Use tags instead. Want to see all C# posts? Click on the C# tag. I
actually prefer that - it sorts out the cross/multi-posting problem
reasonably nicely, so you can have a genuinely "multi-technology" post
very simply.
>*What about maintaining read/unread status? *Killfiles? *Offline access? *Consolidation of *
multiple forums in a single user-interface?
All missing, certainly - but I suspect they're slightly less important
than they are for a newsgroup. It's certainly a different medium - and
one less suited for in-depth discussions, sadly - but I think it's
good for getting answers out.

My guess is that offline access will come at some point using HTML 5,
but we'll see.
These are features that I find critically useful in a newsreader/newsgroup *
environment. *I'll miss the discussion if the newsgroups just disappear, *
but I seriously doubt that a web site is going to be compelling enough as*
a forum platform for me to bother. *I've used dozens of web-based forums, *
and have yet to see any implementation that includes all the important *
features of a newsreader.

It's indeed unfortunate that the world seems to be moving more and more *
toward web-based forums. *There's so much missing from them, and the *
headaches seemingly endless. *Users that don't know the difference will, I *
suppose, keep that technology alive. *But many of the rest of us may well *
just give up. *:(
I'm a massive non-fan of most web forums too. This is the first one
which works well enough for me to use it for significant periods. I
also have some confidence that it will continue to improve - for
things like offline access etc.

I'm concerned that it doesn't foster discussion - or even promote in-
depth answers, with the current bias towards quick answers - but maybe
that can be worked out. The lack of threaded responses is the killer
for proper discussion, IMO: there's the question, answers, and
comments to answers.
Of course, there is also the annoyance factor of having taken the time to*
respond to a question when it turns out it's already been answered *
elsewhere. *I empathize with the OP's desire to reach the broadest *
audience, but frankly there's no difference between what he's done here *
and the much-abhorred practice of multi-posting to Usenet. *It necessarily *
will waste _someone's_ time, which is just plain rude.
Yes - although I expect to see this happening more often in the near
future. We'll see.

Jon
Sep 30 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Torbak | last post by:
I got some question about symbols in libraries ... In libraries, there is public symbols and "not public" symbols (private, static)... In C when we use the "static" keyword on the declaration of...
1
by: glaserp | last post by:
Hi, I am developing a Windows application with C# in Visual Stuio .NET. My application references three assemblies that are developed in another project. I have added these assemblies as...
8
by: | last post by:
I'm starting up the development server myself and using the "Startup Url" property of the web project. The problem is i cannot debug. The debug symbols are never loaded. I realize they are under...
1
by: Sender | last post by:
Everytime I run a form, in the output window I get the following: 'DefaultDomain': Loaded 'c:\winnt\microsoft.net\framework\v1.0.3705\mscorlib.dll', No symbols loaded. 'WindowsApplication5':...
10
by: RDI | last post by:
What's it mean? My prog runs fine. Then as soon as I press ok or cancel, the following is what's in the output area of the debugger. TIA -- RDI (remove the exclamation from the email...
3
by: JV | last post by:
Hi All, I am new to C# and I am having trouble compiling and running code. I have the code written (it was just an example that I took) and I run it, it gives me No Symbols loaded error as...
3
by: Bardo | last post by:
Hi all, We are trying to debug an assembly which was built in debug configuration on our build server. The output window of visual studio indicates that no symbols are being loaded for the...
4
by: chandu | last post by:
if i want to debug a dotnet application the break point is not going to hit. giving the message as "The break point will not currently hit,No Symbols have been loaded for this document". if i...
4
by: Gernot Frieslinger | last post by:
Hi all! I am a beginner to C++ DotNet and I would like to ask what "Symbols not loaded" means and how to solve this problem. Thank you very much. Gernot
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.