Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/
Table Type: System
Table Name: Debugger Breakpoint
Database Table Name: Debugger Breakpoint
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Debugger Breakpoint can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[Debugger Breakpoint]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Breakpoint ID]
,[Object Type]
,[Object ID]
,[Line No_]
,[Column No_]
,[End Line No_]
,[End Column No_]
,[Function Name]
,[Enabled]
,[Condition]
,[Session Breakpoint ID]
,[Relative Line No_]
,[Relative End Line No_]
,[Function ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[Debugger Breakpoint]