You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tabular Editor version: 3.10.0 (3.10.0.38702)
OS version: Microsoft Windows NT 10.0.19045.0
Model details:
CompatibilityLevel: 1567
CompatibilityMode: PowerBI
IsPbiDesktop: True
SourceType: Database
TableCount: 97
FirstTimeModelLoad: False
DatabaseNameSHA256: 4ffcbf23abdcc5a00553f1fa1e2045562cdd45976b1c1f13
ServerVersion: 16.0.92.17
ServerLocation: OnPremise
ServerProductLevel: RTM
ServerProductName: Microsoft SQL Server Analysis Services
ServerEdition: Enterprise64
ServerNameSHA256: c002e9abdc4d23c1bc7ac70a3c1b8f5ea3e2d4e34f6757d4
User description:
Exception message: Object reference not set to an instance of an object.
Exception source: Dax.Debugger
Stack trace: at Dax.Debugger.CallStackItem.GetNameForItem(DaxInfo infoCache)
at Dax.Debugger.CallStackItem..ctor(IDebugSession session, AbstractContext context, Boolean persisted, DaxInfo infoCache, DaxBaseNode generatingNode)
at Dax.Debugger.EvaluationContextStack.AssignFromNodeInternal(CallTreeNode node, DaxInfo infoCache)
at Dax.Debugger.EvaluationContextStack.AssignFromNode(CallTreeNode node, DaxInfo infoCache)
at Dax.Debugger.DebugSession.CallTree_CurrentChanged(Object sender, EventArgs e)
at Dax.Debugger.CallTree.set_Current(CallTreeNode value)
at Dax.Debugger.DebugStepper.set_CurrentCall(CallTreeNode value)
at Dax.Debugger.DebugStepper.StepOver()
at Dax.Debugger.DebugStepper.StepIn()
at TabularEditor.UI.Utils.SimpleLink.ExecuteLink()
at TabularEditor.UI.Utils.SimpleLink.Click(Object sender, EventArgs e)
at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarItemLink.OnLinkClick()
at DevExpress.XtraBars.BarButtonItemLink.OnLinkClick()
at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.XtraEditors.XtraControl.WndProc(Message& m)
at DevExpress.XtraBars.Controls.CustomControl.WndProc(Message& msg)
at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
Modules loaded:
TabularEditor3.dll
The text was updated successfully, but these errors were encountered:
Describe the issue
When I start a debugging session in one particular report for some complex DAX, the debugger keeps crashing.
** Which version are you currently using? **
Tabular Editor 3, version: 3.10.0.38702
Tabular Editor 3 edition: Desktop
To Reproduce
Power BI
Steps to reproduce the behavior:
Expected behavior
Step through the following queries:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Error report:
Tabular Editor Unhandled Exception Error Report
Tabular Editor version: 3.10.0 (3.10.0.38702)
OS version: Microsoft Windows NT 10.0.19045.0
Model details:
CompatibilityLevel: 1567
CompatibilityMode: PowerBI
IsPbiDesktop: True
SourceType: Database
TableCount: 97
FirstTimeModelLoad: False
DatabaseNameSHA256: 4ffcbf23abdcc5a00553f1fa1e2045562cdd45976b1c1f13
ServerVersion: 16.0.92.17
ServerLocation: OnPremise
ServerProductLevel: RTM
ServerProductName: Microsoft SQL Server Analysis Services
ServerEdition: Enterprise64
ServerNameSHA256: c002e9abdc4d23c1bc7ac70a3c1b8f5ea3e2d4e34f6757d4
User description:
Exception message: Object reference not set to an instance of an object.
Exception source: Dax.Debugger
Stack trace: at Dax.Debugger.CallStackItem.GetNameForItem(DaxInfo infoCache)
at Dax.Debugger.CallStackItem..ctor(IDebugSession session, AbstractContext context, Boolean persisted, DaxInfo infoCache, DaxBaseNode generatingNode)
at Dax.Debugger.EvaluationContextStack.AssignFromNodeInternal(CallTreeNode node, DaxInfo infoCache)
at Dax.Debugger.EvaluationContextStack.AssignFromNode(CallTreeNode node, DaxInfo infoCache)
at Dax.Debugger.DebugSession.CallTree_CurrentChanged(Object sender, EventArgs e)
at Dax.Debugger.CallTree.set_Current(CallTreeNode value)
at Dax.Debugger.DebugStepper.set_CurrentCall(CallTreeNode value)
at Dax.Debugger.DebugStepper.StepOver()
at Dax.Debugger.DebugStepper.StepIn()
at TabularEditor.UI.Utils.SimpleLink.ExecuteLink()
at TabularEditor.UI.Utils.SimpleLink.Click(Object sender, EventArgs e)
at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarBaseButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarButtonItem.OnClick(BarItemLink link)
at DevExpress.XtraBars.BarItemLink.OnLinkClick()
at DevExpress.XtraBars.BarButtonItemLink.OnLinkClick()
at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction(BarLinkAction action, Object actionArgs)
at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink(BarItemLink link)
at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink(BarItemLink link)
at DevExpress.XtraBars.Controls.CustomLinksControl.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.XtraEditors.XtraControl.WndProc(Message& m)
at DevExpress.XtraBars.Controls.CustomControl.WndProc(Message& msg)
at DevExpress.XtraBars.Controls.DockedBarControl.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
Modules loaded:
TabularEditor3.dll
The text was updated successfully, but these errors were encountered: