简体   繁体   English

在 DataGrip 错误消息中,“位置”是什么意思?

[英]In DataGrip error messages, what does "position" mean?

Background背景

I'm doing some error debugging on a big PostgreSQL query someone's helped me out with.我正在对某人帮助我解决的大 PostgreSQL 查询进行一些错误调试。 I work in DataGrip, I'm trying to use the error messages to help me out (like in any programming GUI).我在 DataGrip 工作,我正在尝试使用错误消息来帮助我(就像在任何编程 GUI 中一样)。

The Problem问题

The issue is that it's telling me that the error's occurring at a certain "position", but it's not clear from anything in the GUI or the DataGrip documentation what that means.问题是它告诉我错误发生在某个“位置”,但从 GUI 或 DataGrip 文档中的任何内容都不清楚这意味着什么。 Here's a sample error message:这是一个示例错误消息:

在此处输入图像描述

But as I look around my screen, all I see in terms of indicators of where my cursor is is the line and column indicator in the bottom-right:但是当我环顾我的屏幕时,我看到的关于我的 cursor 所在位置的指示器是右下角的行和列指示器:

在此处输入图像描述

In that screenshot, I'm on like 464 and column 25 of my current console.在该屏幕截图中,我位于当前控制台的 464 和第 25 列。

Anyone have an idea?有人有想法吗? This feels frustratingly novice, but I'm stuck.这让新手感到沮丧,但我被困住了。

You can use F2 to navigate to an error您可以使用 F2 导航到错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM