View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038311 | Lazarus | IDE | public | 2021-01-05 14:27 | 2021-01-15 23:02 |
Reporter | Piotr Kardasz | Assigned To | Martin Friebe | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 2.0.10 | ||||
Summary | 0038311: Lazarus hangs while debugging when mouse cursor is on a big table name | ||||
Description | While debugging program with a big table in it, and move the mouse cursor over the table name, the IDE tries to display the table. This causes the IDE to hang. The only way to escape is to use a task manager to kill Lazarus The desired behavior is not to try to display a table if its size exceeds a limit. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
LazTarget | - | ||||
Widgetset | |||||
Attached Files |
|
related to | 0037561 | resolved | Martin Friebe | hint on array crashes lazarus |
|
What kind of table are you talking about? Can you please upload an example project or point to a project somewhere with such problem. |
|
Please copy the declaration of the variable: type TMyTableType = .....; var MyTable: TMyTableType; ---------------------- If you can also attach a logfile or the debug output. See https://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session ----------------------- Please confirm, if you have made changes to the Debugger settings under: Menu > Tools > Options // Section Debugger? Is this set to "gnu debugger ....)? Which OS to you use? ==================== There is a chance this is the same as 0037561 In this case it is fixed for the next release. |
|
Any feedback? Just to add, in the menu: Tools > Options, under debugger are various properties to set limits to how much data to display. Those do however affect hints and watches. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-01-05 14:27 | Piotr Kardasz | New Issue | |
2021-01-05 17:42 | Juha Manninen | Note Added: 0128095 | |
2021-01-08 15:16 | Bart Broersma | Status | new => feedback |
2021-01-08 15:16 | Bart Broersma | LazTarget | => - |
2021-01-13 19:40 | Martin Friebe | Assigned To | => Martin Friebe |
2021-01-13 19:40 | Martin Friebe | Status | feedback => assigned |
2021-01-13 19:40 | Martin Friebe | Note Added: 0128302 | |
2021-01-13 19:40 | Martin Friebe | Status | assigned => feedback |
2021-01-13 19:44 | Martin Friebe | Relationship added | related to 0037561 |
2021-01-13 19:45 | Martin Friebe | Note Edited: 0128302 | View Revisions |
2021-01-15 23:02 | Martin Friebe | Note Added: 0128367 |