GabrielMoraru 55 Posted Friday at 06:31 PM (edited) The documentation for D13 mentions that: Quote "The IDE exception dialog now directly displays the call stack trace, providing you with crucial information to understand the flow of your code." This feature, if it is what I think it is (not as was tricked with NameOf), would be cool. But it does not work for me. I looked in the IDE option under "Debug" page to flip a switch. There is nothing there... Edited Friday at 06:40 PM by GabrielMoraru Share this post Link to post
dummzeuch 1735 Posted Saturday at 09:02 AM (edited) Where is that quote from? I just searched embarcadero.com for it and it found: What's New (for Rad Studio Florence) where this is actually listed, but also RAD Studio 13: Every New And Enhanced Feature where the keyword "exception" isn't even mentioned on the page. So maybe that was a feature they planned but didn't release but the still had it mentioned in the press release. Alternatively there is this in the docwiki: System.SysUtils.Exception.StackTrace description: Quote By default, StackTrace is always an empty string. If you want StackTrace to contain an actual value, you must assign GetStackInfoStringProc a procedure that can generate a string from the stack information. Using Exception.StackTrace In order to use the StackTrace property to obtain the stack trace for exceptions, you have to use (or implement) a stack trace provider. There are a number of third-party solutions, both commercial and free. Some of the stack trace providers are: JEDI Code Library (the JclDebug and the JCLHoohExcept unit). EurekaLog madExcept so maybe it only shows that information if you have a stack trace provider installed in your program? Edited Saturday at 09:07 AM by dummzeuch Share this post Link to post
stha68 0 Posted Saturday at 10:32 AM By the way, anyone knows a stack provider for Linux Compiles? The 3 mentioned don't support this. Share this post Link to post
GabrielMoraru 55 Posted Saturday at 12:10 PM (edited) 3 hours ago, dummzeuch said: Where is that quote from? https://docwiki.embarcadero.com/RADStudio/Florence/en/What's_New#NameOf_Instrict_Function > So maybe that was a feature they planned but didn't release but the still had it mentioned in the press release. Could be.... Edited Saturday at 12:11 PM by GabrielMoraru Share this post Link to post
GabrielMoraru 55 Posted Saturday at 02:00 PM (edited) I got this crash in the IDE and there I see the stack (this is not new). I guess this is what I was supposed to see (in Delphi 13) for my own projects. Edited Saturday at 02:01 PM by GabrielMoraru Share this post Link to post