Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Dan
« on: February 14, 2023, 02:59:15 PM »

This is fixed for the next hotfix.  Thanks for the report!
Posted by: Dan
« on: February 13, 2023, 10:49:44 PM »

Reproduced.  I'll start working on this.
Posted by: rjpontefract
« on: February 13, 2023, 08:28:18 PM »

I disabled live diff and it works fine now, thanks for the quick reply, it's appreciated.
It would be nice if live diff could be suspended automatically whilst debugging.
Posted by: Dennis
« on: February 13, 2023, 08:13:28 PM »

Definitely, Live Diff should be disabled (it should disabled itself) in debug mode.  Live Diff and debugger assembly both reset and insert imaginary lines, there is no realistic way for both of them to get along at the same time.  I'll have the Diff guy put in a fix for this.  Thanks for pointing this out.
Posted by: rjpontefract
« on: February 13, 2023, 07:12:18 PM »

I do indeed have live diff enabled, would that be the cause of this?
Posted by: Dennis
« on: February 13, 2023, 01:13:17 PM »

Do you have Version Control > Live Diff enabled?
Posted by: rjpontefract
« on: February 12, 2023, 08:52:49 AM »

Hi, using SE 27.0.1 (with HF 2) on macOS 13.2 with m1 CPU.

I am debugging a C/C++ project and am stepping through the code.  I selected the Debug>Show Disassembly menu item and the disassembled code appeared in the editor window as expected.  However, about 2 seconds later the disassembly listing was removed leaving me with just the C++ code.  The Show Disassembly menu item still has a checkmark.

Selecting the menu item another two times (once to clear the checkmark and another to enable it again) shows the disassembled code once more and, again, after about 2 seconds it disappears again.

Is there something I'm doing or a configuration option that would cause this?