473,379 Members | 1,312 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,379 software developers and data experts.

Strange debugging

Hi,

I have a project on MS Visual C++ (Developer Studio). It's already
written program which I overtaken and now I have to find out how it
works (documentation is very bad). I tried to use Debugger, but when I
hit F11 to run 1 instruction, debugger shows me code (grey colour)
which looks like assembler or something.
Here is example how it looks:

00427B75 mov ebp,esp
00427B77 push 0FFh
00427B79 push 44E618h
00427B7E push 42AFB8h
00427B83 mov eax,fs:[00000000]
00427B89 push eax
00427B8A mov dword ptr fs:[0],esp
..
..

Does anybody know what should I do to see instructions in C++ instead
of this ? I changed project and debug settings but it didn't help.
Thanks for help.

Kris

Sep 7 '05 #1
2 1028
blackbolek wrote:
Hi,

I have a project on MS Visual C++ (Developer Studio). It's already
written program which I overtaken and now I have to find out how it
works (documentation is very bad). I tried to use Debugger, but when I
hit F11 to run 1 instruction, debugger shows me code (grey colour)
which looks like assembler or something.
Here is example how it looks:

00427B75 mov ebp,esp
00427B77 push 0FFh
00427B79 push 44E618h
00427B7E push 42AFB8h
00427B83 mov eax,fs:[00000000]
00427B89 push eax
00427B8A mov dword ptr fs:[0],esp
.
.

Does anybody know what should I do to see instructions in C++ instead
of this ? I changed project and debug settings but it didn't help.
Thanks for help.


You should post in microsoft.public.vc.language. This forum is for
platform-independent questions related to the C++ language. But perhaps
you are compiled in release mode (no debugging info) or are in a system
call.

Cheers! --M

Sep 7 '05 #2
Thanks,

You had rihgt. I had active release mode.

Many thanks

Sep 7 '05 #3

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

Similar topics

2
by: Paul Drummond | last post by:
Hi all, I am developing software for Linux Redhat9 and I have noticed some very strange behaviour when throwing exceptions within a shared library. All our exceptions are derived from...
4
by: twizansky | last post by:
Hi, I'm sorry about the vagueness of this post but I don't really know how to present the problem. I am writing a numerical integrator and currently the program gets stuck and I am forced to...
4
by: Zhang Weiwu | last post by:
This is really very stange. I have a form like this: <form id="form_A"> xxxx </form> This form is on one page in a page of a web application, it is the only form on that page. on the end of...
2
by: TB | last post by:
I am seeing a very strange problem as follows... I have a loop where a fair amount of processing is going on and near the top of the loop I access a class that has only static helper functions...
0
by: Nonee | last post by:
Hello- I have a form with the mediaplayer referenced to play mp3's and avi's and I believe that is what is causing the problem. I am not sure, but I am hoping. Anyway, I "published" the vb.net...
4
by: Efy | last post by:
Hi, I was debugging my JavaScript in VS2005, the script probably had an error some ware (Line 25), after I fixed the error, I am trying to run the page again I am getting the same error "Illegal...
3
by: gorbulastic | last post by:
ok, i've created a typedef of somthing, and I put it through a for loop to put the entries into it. They are stored as an array of the typedef''s, with memory allocated via malloc command. For...
1
by: Dariusz Tomon | last post by:
Hello, Till yesterday everything went well but I had to install service pack 2 to windows 2003 serv. After that every time I get strange JS errors (but could not debug it). Example:...
4
cindy2
by: cindy2 | last post by:
Hi, Something strange happens when I run my vb2005-project. The startup form (form1) displays normally at first instance. After that you can show a dialog(form2) with a button_click. When you...
4
by: nightscorpion | last post by:
Hello Gurus, i implemented the OpenFileDialog in my Windows Form Applications and it worked perfectly fine.However when it was run on a remote desktop i got the below error . ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.