add @@rowcount to the default watch list in the debugger

  • when debugging sprocs, I currently get @@connections and @@trancount, and have to add @@rowcount and @@error every time. I invariably want to see these system variables. How do I add them permanently?

  • Not quite sure what you mean but I would capture these values in local variables and "PRINT" the local variables....

    hth!







    **ASCII stupid question, get a stupid ANSI !!!**

  • He means when he's debugging a proc with QA (line by line execution), he wants to have those global variables added all the time by default instead of having to type 'em by hand each time he starts to debug.

  • Remi's got it.

  • But I still don't know how to solve your problem... or if it's even possible.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply