NO

Author Topic: Pelle's alternative  (Read 440 times)

Offline HellOfMice

  • Member
  • *
  • Posts: 327
  • Never be pleased, always improve
Pelle's alternative
« on: January 04, 2025, 12:19:11 PM »
Finding something to edit and compile is not very difficult but integrating the debugger is not easy.


We don't need many tools but many help files and support.


One editor I like is the Masm32 Editor that's what I would like Pelle's editor becomes.
--------------------------------
Kenavo

Offline Vortex

  • Member
  • *
  • Posts: 957
    • http://www.vortex.masmcode.com
Re: Pelle's alternative
« Reply #1 on: January 04, 2025, 09:09:35 PM »
Hi Philippe,

If you are looking for another debugger :

Quote
x64dbg
An open-source x64/x32 debugger for windows.

https://x64dbg.com/
Code it... That's all...

Offline HellOfMice

  • Member
  • *
  • Posts: 327
  • Never be pleased, always improve
Re: Pelle's alternative
« Reply #2 on: January 04, 2025, 09:11:32 PM »
Thank You I look at
--------------------------------
Kenavo

Offline Vortex

  • Member
  • *
  • Posts: 957
    • http://www.vortex.masmcode.com
Re: Pelle's alternative
« Reply #3 on: January 15, 2025, 08:13:26 AM »
Hi Philippe,

Did you try Pelles IDE to debug your assembly applications?
Code it... That's all...

Offline HellOfMice

  • Member
  • *
  • Posts: 327
  • Never be pleased, always improve
Re: Pelle's alternative
« Reply #4 on: January 15, 2025, 08:15:04 AM »
Ye, No Problem with the debugger, just select "Debug" in the combobox
--------------------------------
Kenavo

Offline HellOfMice

  • Member
  • *
  • Posts: 327
  • Never be pleased, always improve
Re: Pelle's alternative
« Reply #5 on: January 15, 2025, 08:18:23 AM »
Here is an image of a debugging session
--------------------------------
Kenavo

Offline HellOfMice

  • Member
  • *
  • Posts: 327
  • Never be pleased, always improve
Re: Pelle's alternative
« Reply #6 on: January 15, 2025, 09:46:30 AM »
How I did my files:

In the menu select "Project" then "Options"

In the dialog box check the box "Verbose Build"

Click "OK"

Now launch a compile, in the bottom window, where is the famous code you have the command line.
Copy it and save it in a cmd file.
From now you have just to lauch the cmd file...
--------------------------------
Kenavo

Offline HellOfMice

  • Member
  • *
  • Posts: 327
  • Never be pleased, always improve
Re: Pelle's alternative
« Reply #7 on: January 15, 2025, 09:51:18 AM »
About the error.
When I use my batch files there is no error, when I use poide I have an error.
What does it mean?
I suppose that PoEdit is launching a process and it is when exiting the process
that the error comes.
If it is not for this reason I don't understand why under PowerShell it is goo. :P
--------------------------------
Kenavo

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2197
Re: Pelle's alternative
« Reply #8 on: January 15, 2025, 02:28:07 PM »
If You test project file with pomake.exe, we might see, if poide use partially same code  lauching compilers and linker.
May the source be with you

Offline HellOfMice

  • Member
  • *
  • Posts: 327
  • Never be pleased, always improve
Re: Pelle's alternative
« Reply #9 on: January 15, 2025, 02:48:11 PM »
I began using pomake but I had the same error I told to myself I can't do anything I must find something or I change the ide or the os I already used what Japhet did and liked

--------------------------------
Kenavo