Running matlab compiled applications in OSX with the pycharm debugger

Answered

Hi,

  In order to run matlab applications in Mac OSX it is required to start python with a specialized script called mwpython provided by the Matlab Runtime Application (see https://www.mathworks.com/help/compiler_sdk/python/mwpython.html)

 

   How can I instantiate the debbugger in PyCharm for this sort of applications?

0
1 comment

Hi Andrescodas! You can try to configure a standard Python run configuration, where mwpython is Python interpreter, but it can fail. If so, you can try to use Remote Debug Server: https://www.jetbrains.com/help/pycharm/2016.1/remote-debugging.html#6.

0

Please sign in to leave a comment.