SQL 08中的断点的目的是什么 [英] What the purpose of Break Point in Sql 08

查看:100
本文介绍了SQL 08中的断点的目的是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的朋友,

Sql,08中的断点的目的是什么

问候,
AP

Dear Friends,

What the purpose of Break Point in Sql,08

Regards,
AP

推荐答案

自Sql Server 2008起,Transact SQL Debugger与SQL Server Management Studio集成在一起,它具有通过使用断点逐行调试Transact SQL语句的特权,跨步,跨步,跳出数据库编程对象(存储过程,函数,触发器等)
Since Sql Server 2008, Transact SQL Debugger is incorporated with SQL Server Management Studio there by giving the privilege of debugging Transact SQL statements line by line, using breakpoints, step into, step over, step out from database programming objects(stored procedure, function, triggers etc.)


简而言之:
在软件开发中,breakpoint 是程序中有意停止或暂停的位置,用于调试目的.有时也简称为暂停.

断点的最常见形式是在执行程序员指定的指令之前中断程序执行的形式.这通常称为指令断点.

遇到断点时,将使用各种工具来检查程序的状态或对其进行更改.

请参考类似的讨论:
SQL服务器中的断点是什么? [ ^ ]
In short:
In software development, a breakpoint is an intentional stopping or pausing place in a program, put in place for debugging purposes. It is also sometimes simply referred to as a pause.

The most common form of a breakpoint is the one where the program''s execution is interrupted right before a programmer-specified instruction is executed. This is often referred to as an instruction breakpoint.

When a breakpoint is hit, various tools are used to inspect the state of the program or alter it.

Please refer similar discussion:
what are break points in sql server?[^]


这篇关于SQL 08中的断点的目的是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆