Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
[Solved] New Proj with no code: "the debugger encountered an error msg="Warning"
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Pocketbase
by
steve612
[
Today
at 09:10:08 pm]
ShortStrings vs long stri...
by
valdir.marcos
[
Today
at 08:55:02 pm]
Lazarus Bugfix Release 4....
by
dsiders
[
Today
at 08:53:38 pm]
Any way to "embed" Window...
by
valdir.marcos
[
Today
at 08:42:31 pm]
LazPaint (alpha-blending,...
by
CM630
[
Today
at 08:38:30 pm]
TChart: Wrong default val...
by
CM630
[
Today
at 08:36:53 pm]
Z80 ZX Spectrum and Syste...
by
d2010
[
Today
at 07:58:28 pm]
Pipewire API
by
Thausand
[
Today
at 07:50:18 pm]
could Ardour's YTK be use...
by
fifr
[
Today
at 07:29:40 pm]
Qt6/Wayland clipboard: pa...
by
valdir.marcos
[
Today
at 06:27:22 pm]
[ANN] PasBuild 1.5.0 rele...
by
valdir.marcos
[
Today
at 06:19:54 pm]
Synchronizing Lazarus pro...
by
valdir.marcos
[
Today
at 05:46:58 pm]
class not found
by
SA.Blackmon
[
Today
at 05:27:32 pm]
Register global hotkey
by
Thaddy
[
Today
at 04:20:28 pm]
Crystal report edit
by
Petrus Vorster
[
Today
at 03:12:59 pm]
Faster asin() Was Hiding ...
by
MathMan
[
Today
at 01:58:30 pm]
[ANN] PasBuild 1.6.0 rele...
by
Graeme
[
Today
at 12:19:30 pm]
Debian removes FPC/Lazaru...
by
dbannon
[
Today
at 08:44:10 am]
[revisited] triple click
by
dbannon
[
Today
at 07:45:14 am]
Extended Module Player
by
Gigatron
[March 11, 2026, 11:33:54 pm]
A collection of daily *NI...
by
Roland57
[March 11, 2026, 06:40:37 pm]
88 year D. Knuth changes ...
by
Curt Carpenter
[March 11, 2026, 03:08:55 pm]
CADSys4 3D.
by
zamtmn
[March 11, 2026, 02:13:31 pm]
Need help with project ma...
by
dseligo
[March 11, 2026, 12:12:04 pm]
Questions about TFuncSeri...
by
hedgehog
[March 11, 2026, 09:50:46 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] New Proj with no code: "the debugger encountered an error msg="Warning" (Read 2937 times)
Gald
Full Member
Posts: 107
[Solved] New Proj with no code: "the debugger encountered an error msg="Warning"
«
on:
September 28, 2021, 06:47:26 am »
This project is all empty, it was just a test of colors, but I can't run it anymore.
The only thing a did before run it again was to change a panel's color.
Some file is corrupted, maybe?
«
Last Edit: September 28, 2021, 03:41:54 pm by Gald
»
Logged
Lazarus 2.0.12 r64642 FPC 3.2.0 x86_64-win64-win32/win64/Manjaro KDE 21
AMD Ryzen 3 1300X Quad-Core Processor 3.50 GHz / 8,00 GB RAM / GTX 1500 TI / 2TB M.2 NVMe
trev
Global Moderator
Hero Member
Posts: 2032
Former Delphi 1-7, 10.2 user
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #1 on:
September 28, 2021, 07:00:35 am »
What versions of Windows, FPC and the Lazarus IDE are you sing?
Did you set the breakpoint which is causing the issue?
Logged
Gald
Full Member
Posts: 107
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #2 on:
September 28, 2021, 07:53:19 am »
Windows 10 (64) and Lazarus 2.0.12.
There is no breakpoint and I did nothing on the source editor.
It's everything on the screenshot.
Also, the program project is ok with no modifications.
Logged
Lazarus 2.0.12 r64642 FPC 3.2.0 x86_64-win64-win32/win64/Manjaro KDE 21
AMD Ryzen 3 1300X Quad-Core Processor 3.50 GHz / 8,00 GB RAM / GTX 1500 TI / 2TB M.2 NVMe
trev
Global Moderator
Hero Member
Posts: 2032
Former Delphi 1-7, 10.2 user
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #3 on:
September 28, 2021, 08:40:55 am »
The error suggests that a breakpoint has been set, possibly on line 43 of unit1.pas.
What happens if you choose the run the program without debugging? Lazarus > Run > Run Without debugging?
Logged
Martin_fr
Administrator
Hero Member
Posts: 12202
Debugger - SynEdit - and more
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #4 on:
September 28, 2021, 11:10:31 am »
43 is not the line number.
But otherwise, yes what Trev said.
Go to the "breakpoint window" and see what breakpoints you have. One of them can not be set.
This can for example happen when a breakpoint was set "by address" (eg in the asm window), and that address is no longer in the exe.
Logged
Ide Tools, Code completion and more
/
IDE cool features
/
Debugger Status
Gald
Full Member
Posts: 107
Re: New Proj with no code: "the debugger encountered an error msg="Warning\nCannno"
«
Reply #5 on:
September 28, 2021, 03:40:54 pm »
Well done!
I did nothing, I swear!
Have no idea how this breakpoint is there, but by removing it, the app is running again.
Thank you both, Trev and Martin!
Logged
Lazarus 2.0.12 r64642 FPC 3.2.0 x86_64-win64-win32/win64/Manjaro KDE 21
AMD Ryzen 3 1300X Quad-Core Processor 3.50 GHz / 8,00 GB RAM / GTX 1500 TI / 2TB M.2 NVMe
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Using the Lazarus IDE
»
General
»
[Solved] New Proj with no code: "the debugger encountered an error msg="Warning"
TinyPortal
© 2005-2018