Debugger Initialization Error

Hello,

Since yesturday i’m not able to use the debuuger any more.
When i try to laucnh it, i get the message on the following picture

I tried to change the port as it suggest but i still have this message.

Any explantion ?

Could you post your log file when the issue occurs? Help > Troubleshooting > View Log File.

That’s because another application is listening on that port - check in Komodo’s Debugger > Connection preferences to change the port, or assign it to a free port.

Cheers,
Todd

No luk with this, maybe you can help me, Quintijn

part of logfile:

[2015-11-19 10:05:13,707] [WARNING] console-logger: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create (1) in file:///C:/Program%20Files%20(x86)/ActiveState%20Komodo%20IDE%209/lib/mozilla/components/koamAddonManager.js:138
[2015-11-19 10:05:14,686] [INFO] komodospellchecker: Spell checker loaded.
[2015-11-19 10:05:14,686] [INFO] komodospellchecker: Using dictionary en-US
[2015-11-19 10:05:14,740] [INFO] elastic_tabstops: Elastic tabstops loaded.
[2015-11-19 10:05:15,503] [WARNING] console-logger: Key event not available on GTK2: key="u" modifiers="control,shift" (1) in chrome://komodo/content/komodo.xul:0
[2015-11-19 10:05:15,503] [WARNING] console-logger: Key event not available on some keyboard layouts: key="v" modifiers="control,alt" (1) in chrome://komodo/content/komodo.xul:0
[2015-11-19 10:05:15,930] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
  File "", line 0, in 

ERROR:xpcom:Unhandled exception calling 'int8 * invoke(in int32);'
Traceback (most recent call last):
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\python\xpcom\server\policy.py", line 300, in _CallMethod_
    return 0, func(*params)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\components\koInvokeInterpreters.py", line 277, in invoke
    return self._launchForRun()
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\components\koInvokeInterpreters.py", line 970, in _launchForRun
    exe = self.getExecutable()
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\components\koInvokeInterpreters.py", line 1000, in getExecutable
    cwd = os.path.dirname(script)
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\..\python\lib\ntpath.py", line 205, in dirname
    return split(p)[0]
  File "C:\Program Files (x86)\ActiveState Komodo IDE 9\lib\mozilla\..\python\lib\ntpath.py", line 181, in split
    return d + head, tail
TypeError: cannot concatenate 'str' and 'list' objects
[2015-11-19 10:05:16,671] [ERROR] ko.dbg.invocation: There was an unexpected error starting the invocation:[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [koIInvocation.invoke]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: chrome://komodo/content/debugger/debugger.js :: this.invocation.doExecute :: line 2405"  data: no]
Traceback from ERROR in 'ko.dbg.invocation' logger:
    Logger.prototype.error@chrome://komodo/content/sdk/logging.js:337:27
    this.invocation.doExecute@chrome://komodo/content/debugger/debugger.js:2414:13
    ko_dbg_invocation_doStart/onInvocationReady@chrome://komodo/content/debugger/debugger.js:2513:23
    ko_dbg_invocation_getInvocation/onSessionReady@chrome://komodo/content/debugger/debugger.js:2253:13
    ko_dbg_invocation_getInvocation@chrome://komodo/content/debugger/debugger.js:2257:13
    ko_dbg_invocation_doStart/onSessionReady@chrome://komodo/content/debugger/debugger.js:2457:1
    DBG_Manager_newSession/onTabMgrReady@chrome://komodo/content/debugger/debugger.js:395:13
    outputTabManager_getTabMgr/<@chrome://komodo/content/debugger/debugSessionTab.js:1086:17
    outputTabManager_createTab/<@chrome://komodo/content/debugger/debugSessionTab.js:1006:21
    koWidgetManager__widgetLoadCallback@chrome://komodo/content/library/widgets.js:234:17
    WidgetLoad_onStateChange@chrome://komodo/content/bindings/pane.xml:2449:15

[2015-11-19 10:06:47,505] [WARNING] console-logger: Key event not available on GTK2: key="u" modifiers="control,shift" (1) in chrome://komodo/content/tail/tail.xul:0
[2015-11-19 10:06:47,506] [WARNING] console-logger: Key event not available on some keyboard layouts: key="v" modifiers="control,alt" (1) in chrome://komodo/content/tail/tail.xul:0

A few questions to you:

  1. What is your Komodo IDE version? (Help - About Komodo)
  2. What method you’re using to start a debugging session? (Debug - Run without debugging (F7), or Debug - Go/Continue (F5))

1: Komodo IDE, version 9.3.0, build 88117, platform win32-x86. Built on Thu Oct 29 09:49:58 2015.
copy build inf
2: I use the F7 key. F5 works correct.

Its fixed in 9.3.1. Use nightlies or wait for the 9.3.1 release.

Thank you! It works again.

Actually 9.3.1 is out now, so you don’t have to use the nightlies :slight_smile: