Hi Peter
I use this:
if hb_isFunction("__DebugItem")
oAlert := HAlert():New()
oAlert:Time := ERRORTIMEOUT
oAlert:Alert("VSCode Debugger is linked in, do not
distribute.")
endif
--
Regards
Alex
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/439b9f64-3e4e-46fa-a795-722ac03ab4b9n%40googlegroups.com.

Hi Alex,
Thanks for the example.
Could you please let me know, in which file is the source of hAlert() defined as also ERRORTIMEOUT. I could not find the same with a search in the source code of Harbour folder including “C” functions.
Warm regards,
Jayadev
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/f222d23c-1ede-3fde-b1bb-ee3d35b72e79%40mweb.co.za.
Hi Jayadev
That is my own code,
if hb_isFunction("__DebugItem")
is the answer to the question.
--
Regards
Alex
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/000001d87045%246758b230%24360a1690%24%40gmail.com.



Hi Eric
I release with Debug info enabled, I would be dead without
accurate stack traces. I've never noticed any particular slowdown,
but I do, as you say, have desktop apps.
The VS Code debugger is pretty slow when not run from within VS
Code, I assume because of endless timeouts looking for the
debugger server.
--
Regards
Alex
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/e24df14a-ec7b-4140-9c39-d10db9a6f759n%40googlegroups.com.
