Pelle's alternative

Started by HellOfMice, January 04, 2025, 12:19:11 PM

Previous topic - Next topic

HellOfMice

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.

Vortex

Hi Philippe,

If you are looking for another debugger :

Quotex64dbg
An open-source x64/x32 debugger for windows.

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

HellOfMice


Vortex

Hi Philippe,

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

HellOfMice

Ye, No Problem with the debugger, just select "Debug" in the combobox

HellOfMice

Here is an image of a debugging session

HellOfMice

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...

HellOfMice

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

TimoVJL

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

HellOfMice

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