Results 1 to 40 of 42

Thread: Python embedding w/Debugger

Threaded View

  1. #40

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,296

    Re: Python embedding w/Debugger

    I am afraid I am not setup for it and have no great way to test it. X64 support never crossed my mind when writing it, so it’s likely some arguments would have to change doubling the tests required.

    Its just more than I can tackle at the moment.

    The free version of Visual Studio 2019 can compile the given source code. You would go into the configuration manager and add a new x64 target platform and change the lib directories to where your x64 python install is.

    Python itself compiles fine for x64 so it should be doable.

    You could probably have it compiling in several hours, but the testing required could easily take a week. The debugger ui would not be usable.

    Some adventurous soul may be up to the task?
    Last edited by dz32; Oct 27th, 2023 at 02:37 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width