Silverfrost Forums

Welcome to our forums

Debugger bug

15 Feb 2022 1:47 #28782
  1. The variables window of SDBG64 by some reason is still missing many variables, see the example https://i.postimg.cc/c4MMP6PB/Image58.jpg

  2. People may not know very powerful command of debugger which unfortunately you need to type manually -- LET. It allows to set some variable as user wish. Say, if you need during debug to modify variable iFinishIndexSolid, you have to invoke Command Prompt window and then type 'Let iFinishIndexSolid=20'. I suggest to add it as separate command Modify Variable so that you will just right click on variable and chose Modify.

15 Feb 2022 12:02 #28788

Is iFinishIndexSolid a local? a Parameter?

15 Feb 2022 12:52 #28790

Robert, It is part of some common block. Common block is defined in the MODULE and is used in this function. I think all variables used in the subroutine have to be listed including parameters etc

Please login to reply.