VOGONS


First post, by Sancheze

User metadata
Rank Newbie
Rank
Newbie

(Google Translate)

Good evening, when running the Borland debugger in two boxes I use the commands tasm / zi / l name.asm
Tlink / v name
Td name
Anyway, when I put a proc in the code, I can't see it in the hr of executing it step by step:

Name1 proc near

Name1 endP

Then the code:
___
____
Call name1
_____
End
Call name1 would not be seen in the debugger.

---

Original:

Buenas, a la hora de ejecutar el debuger borland en dos box uso los comando tasm /zi /l nombre.asm
Tlink /v nombre
Td nombre
En fin cuando coloco un proc en el codigo no logro verlo a la hr de ejecutarlo paso a paso:

Nombre1 proc near

Nombre1 endP

Luego el codigo:
___
____
Call nombre1
_____
End
Call nombre1 no se vería en el debugger.

Reply 1 of 1, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

Hi, please try to use English only, thanks 😀

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto