Page 1 of 1

debug problem

Posted: 30 Nov 2013 13:48
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

Posted: 30 Nov 2013 15:05
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.