Discussions related to Visual Prolog
billgates198606

debug problem

Unread post by billgates198606 »

when i want debug code step by step ,whatch the varible in clauses like this

[/code]
Path = "F:\\AI\\dbbase\\资源\\turbo prolog 程序 设计"
but it do not show ,it show disassembly window like this

disassembly :
0003434 push ebb
0002325 push ebp ,esb

i want debug window show that varible change not the second type ,anyone know this
Attachments
dbg.png
dbg.png (9.97 KiB) Viewed 4589 times
DBG2.png
DBG2.png (14.96 KiB) Viewed 4589 times
User avatar
Thomas Linder Puls
VIP Member
Posts: 1398
Joined: 28 Feb 2000 0:01

Unread post by Thomas Linder Puls »

Sometimes disassembly is shown because the debug info is wrong, in this case it will help to use Build -> Rebuild All to rebuild the entire project from scratch.

Stopping in the goal (like in your case) will normally happen because you have not breakpoints set. I can see that you have one, but it is set in a strange line and from the icon you can see that the debugger think this breakpoint doesn't make sense.
Regards Thomas Linder Puls
PDC
Post Reply