Show me how you debug.

Not about OpenMW? Just about Morrowind in general? Have some random babble? Kindly direct it here.
bidik
Posts: 24
Joined: 28 Apr 2017, 12:06

Show me how you debug.

Post by bidik »

I want to know what IDE you are using, how your debugger looks like, how your code navigation works (go to diclaration, go to usage), and how you actually write code, how you know what to and what not to edit.

If you'll make it as a video, I would watch it more eagerly than any letsplay. But text is fine too. If you'll upload a video of 4 hours of yourself coding, with or without comments, I'll (probably) watch it.
bidik
Posts: 24
Joined: 28 Apr 2017, 12:06

Re: Show me how you debug.

Post by bidik »

Telling your ide is enough, actually.
User avatar
Svetomech
Posts: 69
Joined: 01 Jun 2014, 12:51
Location: Moscow
Contact:

Re: Show me how you debug.

Post by Svetomech »

Personally, I use CLion, but I'm not a part of the project, just a regular user here.
bidik
Posts: 24
Joined: 28 Apr 2017, 12:06

Re: Show me how you debug.

Post by bidik »

That's a useful info too, thanks.
Naugrim
Posts: 172
Joined: 08 Jan 2016, 01:32
Location: Spain

Re: Show me how you debug.

Post by Naugrim »

Svetomech wrote:Personally, I use CLion, but I'm not a part of the project, just a regular user here.
Doesn't CLion require a licence?
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Show me how you debug.

Post by psi29a »

Svetomech wrote:Personally, I use CLion, but I'm not a part of the project, just a regular user here.
Same here, I'm fond of it and PyCharm (which is included in CLion too).

If you work on a FOSS project, you can get a free license.

A runner up for me would be QTCreator which is another top notch IDE.
User avatar
AnyOldName3
Posts: 2674
Joined: 26 Nov 2015, 03:25

Re: Show me how you debug.

Post by AnyOldName3 »

Visual Studio is the king of IDEs. The actual compiler and stuff that it comes with can be problematic but in terms of actually writing code or trying to work out why the code in front of you works or doesn't, it's really good.
User avatar
Svetomech
Posts: 69
Joined: 01 Jun 2014, 12:51
Location: Moscow
Contact:

Re: Show me how you debug.

Post by Svetomech »

Naugrim wrote:Doesn't CLion require a licence?
It does. But, as psi29a mentioned, you can get one free if you work on an open source project.
Visual Studio is the king of IDEs
Only for .NET languages (especially C#), in my opinion. I really don't like how it handles C++,
User avatar
AnyOldName3
Posts: 2674
Joined: 26 Nov 2015, 03:25

Re: Show me how you debug.

Post by AnyOldName3 »

Svetomech wrote:
Visual Studio is the king of IDEs
Only for .NET languages (especially C#), in my opinion. I really don't like how it handles C++,
That's not a problem. C# is the king of languages, and there's never a situation where anything else would be better. :P
User avatar
psi29a
Posts: 5361
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Show me how you debug.

Post by psi29a »

AnyOldName3 wrote:
Svetomech wrote:
Visual Studio is the king of IDEs
Only for .NET languages (especially C#), in my opinion. I really don't like how it handles C++,
That's not a problem. C# is the king of languages, and there's never a situation where anything else would be better. :P
*cries in a corner rocking himself back and forth*
Post Reply