Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Debug stacktrace is minimalist

    We update recently our version to SmartClient_v91p_2014-11-24_Pro, and after this upgrade when deploy a version with a scripting error (by example) on the browser, we get a minimal stacktrace in the borwser's debugger :
    Uncaught TypeError : undefined is not a function. (cf printScreen in attachments)

    Before this upgrade we used to get a stacktrace that indicates the file in which we have the scripting error and the line number.

    Any idea about what's wrong since this upgrade?
    Attached Files

    #2
    First, we'd recommend instead upgrading to 10.0. It's not a good idea to go through the process of an upgrade and yet still leave yourself a year behind the latest.

    Second, take a look at the Debugging topic in the SmartClient Reference - SmartClient automatically logs very informative stack traces to the Developer Console, and this should be the primary way you find out information about JavaScript errors.

    You didn't mention anything about which browser this error comes from, or what kind of error it was, so we really have no way to comment specifically on what's going on - but we see nothing that suggests it was related to upgrading SmartClient.

    Comment


      #3
      I just realized that it works as expected with firefox debugger, and that I have this problem with chrome debugger only... I probably got an update at the same time I upgraded SmartClient version and don't realize this update is the source of my problem.


      My bad sorry ! :(

      Comment

      Working...
      X