Announcement

Collapse
No announcement yet.

I need a good debuger

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I need a good debuger

    Dears


    I look for a debuger with more flexibility to my programs of PB.
    only like reference the Debuger of VB is very good.

    I thank them.


    Amauri

    ------------------

  • #2
    And that flexibility would be????????????????

    Cheers,
    Cecil

    ------------------

    Comment


    • #3
      Cecil
      some examples:
      easiness in visualizing the values of the variables
      that it respects the on breakpoint in the code editor.
      that it can Debuger overflows of variable.
      etc.

      regards

      Amauri

      ------------------

      Comment


      • #4

        AMURI,

        A GOOD ALTERNATIVE IS TO DEVELOP MODULAR CODE THAT CAN BE
        TESTED IN A EXE FILE, OTHER ALTERNATIVE TO USE A VERY
        POWERFUL DEBUGGER LIKE NUMEGA SOFTICE. OTHER ALTERNATIVE IS
        TESTING VALUES DIRECTLY AT RUNTIME WHITH MESAGEBOX, TEXTOUT
        THE TITLE BAR.

        THE VB($$$) USE RAD EDIT AND IT IS NOT THE COMPILER POTENTIALITY
        FOR I FINISH IT USES MARKS !!!!

        BYE,
        IVAN ROCHA
        WORKCHIP







        ------------------

        Comment


        • #5
          Ivan, please don't shout!

          That is: The use of capital letters is equivalent to shouting.

          Thanks!


          ------------------
          Lance
          PowerBASIC Support
          mailto:[email protected][email protected]</A>
          Lance
          mailto:[email protected]

          Comment


          • #6
            I agree,

            VB has a better debugger, Watches are easier to use and you can open a whole array to check it's current contents which can be very useful when working with compression and encryption algorithms, you need to know what's happening inside a lot of data.

            ------------------
            Paul Dwyer
            Network Engineer
            Aussie in Tokyo

            Comment

            Working...
            X