Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Debugging Installshield


2 replies to this topic

Christoph

Christoph
  • Full Members
  • 81 posts

Posted 19 September 2002 - 10:57

Hi,

within some of my installshield projects(not within all), I have some problems when I try to debug some functions(not all functions). Within some functions I cannot set a break point(red line) and I cannot ask the variables used within that function... instead I see strange variables that I do not use within that specific function.

Does anyone encounter the same problems??
Does anyone know why I can debug some functions and others not???

Thanks in advance for your help.

Christoph.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 September 2002 - 06:49

Your script code may not be in sync with the compiled project (e.g. compiler errors)

Christoph

Christoph
  • Full Members
  • 81 posts

Posted 20 September 2002 - 07:33

No,
I do not have any compiler errors. And I already tried to delete the setup.ins and recompile so that the setup.ins is recreated.

I don't have it within all functions.  It is very strange because there isn't any logic in it.

Have someone already had the same problem with his installer projects???