User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Assembly section within the Software Development category of DaniWeb, a massive community of 456,539 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,245 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Assembly advertiser: Programming Forums
Views: 1897 | Replies: 1
Reply
Join Date: Dec 2006
Posts: 13
Reputation: whoknows101 is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
whoknows101 whoknows101 is offline Offline
Newbie Poster

Borlands Turbo Debugger

  #1  
Oct 11th, 2007
I have a .exe application and the C++ source code. How do I, using command prompt view the turbo debugger and then view the assembly code for the file? Normally you would just do the following prompts:
pth
assemble convtemp
link convtemp iofar
convtemp
td convtemp

Than the debugger will open. But thats when you are givin the assembler source, which i do not have have for CONVTEMP. I only am givin the .exe and C++ source code. Can anyone help?
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,541
Reputation: Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of Ancient Dragon has much to be proud of 
Rep Power: 40
Solved Threads: 972
Moderator
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Most Valuable Poster

Re: Borlands Turbo Debugger

  #2  
Oct 12th, 2007
you don't need turbo debuger to view the disassembled program. Every version of MS-Windows since MS-DOS Version 1.0 comes with a free disassembler named debug.exe (located in c:\windows directory). At a command prompt cd to the directory that contains the *.exe program then type this:
c:> debug someprogram.exe <Enter>
debug.exe will load and disassemble to program then display a > prompt. type ? and it will display help. type u and it will disassemble the program. You can even execute the program , set breakpoints, and step through the program one assembly instruction at a time with debug.exe.
Last edited by Ancient Dragon : Oct 12th, 2007 at 6:54 pm.
<<Freelance Programmer>> << Hobby Site>>
Signature links for sale. PM me for details
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Assembly Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Assembly Forum

All times are GMT -4. The time now is 4:55 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC